[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

View File

@ -248,6 +248,7 @@ header > nav {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
header > nav a {