[matrix] Vertically align navigation header

This commit is contained in:
slice 2020-12-19 01:11:13 -08:00 committed by GitHub
parent 58dc230072
commit e5fd2b0356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {