Browse Source

[matrix] Vertically align navigation header

pull/6179/head
slice 4 years ago
committed by GitHub
parent
commit
e5fd2b0356
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/_static/style.css

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

Loading…
Cancel
Save