Browse Source
[matrix] Vertically align navigation header
pull/6179/head
slice
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docs/_static/style.css
|
@ -248,6 +248,7 @@ header > nav { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: row; |
|
|
flex-direction: row; |
|
|
justify-content: flex-end; |
|
|
justify-content: flex-end; |
|
|
|
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
header > nav a { |
|
|
header > nav a { |
|
|