adjust mobile menu to better suite bottom navigation on monile browsers
This commit is contained in:
		
							parent
							
								
									431ea6182e
								
							
						
					
					
						commit
						0b1bd74a5e
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -127,12 +127,17 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' | |||
| 				flex-direction: column; | ||||
| 				justify-content: space-between; | ||||
| 				align-items: center; | ||||
| 				padding: 2rem; | ||||
| 				padding: 2rem 2rem 4rem 2rem; | ||||
| 				font-size: 1.5rem; | ||||
| 				transform: translateX(100vw); | ||||
| 				transition: transform 0.25s ease-in-out; | ||||
| 				z-index: 10; | ||||
| 				 | ||||
| 				@supports (height: 100dvh) { | ||||
| 				 height:100dvh; | ||||
| 				 padding:2rem; | ||||
| 				} | ||||
| 
 | ||||
| 				label { | ||||
| 					align-self: flex-end; | ||||
| 				} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue