removed header gap
This commit is contained in:
		
							parent
							
								
									087ae2ea1f
								
							
						
					
					
						commit
						5fb87c5c50
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		
							
								
								
									
										5
									
								
								list.css
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								list.css
									
										
									
									
									
								
							|  | @ -41,6 +41,7 @@ header { | |||
|   padding: 0; /* Further reduce the padding */ | ||||
|   height: auto; | ||||
|   z-index: 10; /* Higher z-index to ensure it is above other elements */ | ||||
|   height: 5em; | ||||
| } | ||||
| 
 | ||||
| .header-content { | ||||
|  | @ -58,8 +59,8 @@ header { | |||
| 
 | ||||
| .div-menu li { | ||||
|   margin: 0; | ||||
|   padding: 10px; | ||||
|   z-index: -100; | ||||
|   padding: 1em; | ||||
| } | ||||
| 
 | ||||
| .div-menu a { | ||||
|  | @ -116,7 +117,7 @@ header { | |||
| 
 | ||||
| .menu.active { | ||||
|   display: flex; | ||||
|   top: 11vh;  | ||||
|   top: 5em;  | ||||
|   z-index: 0; /* Lower z-index than header, header content, and project name */ | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -41,6 +41,7 @@ header { | |||
|   padding: 0; /* Further reduce the padding */ | ||||
|   height: auto; | ||||
|   z-index: 10; /* Higher z-index to ensure it is above other elements */ | ||||
|   height: 5em; | ||||
| } | ||||
| 
 | ||||
| .header-content { | ||||
|  | @ -116,7 +117,7 @@ header { | |||
| 
 | ||||
| .menu.active { | ||||
|   display: flex; | ||||
|   top: 11vh;  | ||||
|   top: 5em;  | ||||
|   z-index: 0; /* Lower z-index than header, header content, and project name */ | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sage The DM
						Sage The DM