mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(website): improve header nav layout
This commit is contained in:
		| @@ -12,6 +12,7 @@ header .content-wrapper { | |||||||
|     display: flex; |     display: flex; | ||||||
|     align-items: center; |     align-items: center; | ||||||
|     justify-items: center; |     justify-items: center; | ||||||
|  |     gap: 1em; | ||||||
| } | } | ||||||
|  |  | ||||||
| header > .content-wrapper, | header > .content-wrapper, | ||||||
| @@ -32,4 +33,13 @@ header nav { | |||||||
|     flex-grow: 1; |     flex-grow: 1; | ||||||
|     display: flex; |     display: flex; | ||||||
|     justify-content: flex-end; |     justify-content: flex-end; | ||||||
|  |     gap: 1em; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | header nav a { | ||||||
|  |     text-decoration: none; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | header nav a.active { | ||||||
|  |     font-weight: bold; | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user