From e5fd2b03562bb7bb219706bc02e17e55e7854504 Mon Sep 17 00:00:00 2001 From: slice Date: Sat, 19 Dec 2020 01:11:13 -0800 Subject: [PATCH] [matrix] Vertically align navigation header --- docs/_static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index d2a397f21..e0785f1e1 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -248,6 +248,7 @@ header > nav { display: flex; flex-direction: row; justify-content: flex-end; + align-items: center; } header > nav a {