Compare commits
	
		
			2 Commits
		
	
	
		
			c25e443c4d
			...
			b5760c28da
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | b5760c28da | |
|  | c2c89e10f4 | 
|  | @ -244,7 +244,7 @@ em { | |||
| 
 | ||||
|     #navbar { | ||||
|         flex-direction: column; | ||||
|         height: calc(100vh - 120px); | ||||
|         height: 100vh; | ||||
|         width: 100vw; | ||||
|         justify-content: space-between; | ||||
|         position: absolute; | ||||
|  | @ -252,7 +252,6 @@ em { | |||
|         font-size: 3em; | ||||
|         margin: 0; | ||||
|         border: 0; | ||||
|         padding-block: 60px; | ||||
|         padding-inline: 0; | ||||
|         transform: translateX(-100vw); | ||||
|         transition: transform 0.5s ease; | ||||
|  | @ -268,17 +267,20 @@ em { | |||
|         position: static; | ||||
|         display: flex; | ||||
|         flex-direction: column; | ||||
|         gap: 20px; | ||||
|         width: 100%; | ||||
|         transform: none; | ||||
|     } | ||||
| 
 | ||||
|     #links a, #nav a { | ||||
|         justify-content: center; | ||||
|         width: 100%; | ||||
|         text-align: right; | ||||
|     } | ||||
| 
 | ||||
|     #links a:after, #nav a:after { | ||||
|         right: auto; | ||||
|         height: 1.2em; | ||||
| 
 | ||||
|     } | ||||
| 
 | ||||
|     #nav { | ||||
|         transform: translatey(2em); | ||||
|     } | ||||
|  | @ -330,4 +332,8 @@ em { | |||
|     body { | ||||
|         font-size: 30px; | ||||
|     } | ||||
| 
 | ||||
|     #navbar #links { | ||||
|         padding-bottom: 1em; | ||||
|     } | ||||
| } | ||||
		Loading…
	
		Reference in New Issue