[matrix] Vertically align navigation header

This commit is contained in:
slice
2020-12-19 04:11:13 -05:00
committed by GitHub
parent 58dc230072
commit e5fd2b0356
+1
View File
@@ -248,6 +248,7 @@ header > nav {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
header > nav a {