From 34b91ab4542fb7988e05b8bb3a710f866209527e Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 11:32:38 -0500 Subject: [PATCH] aligned nav items in the cente --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 59f3591..6eb5e55 100644 --- a/static/index.css +++ b/static/index.css @@ -101,6 +101,7 @@ a:hover:after { .nav-bar { display: flex; + align-items: center; flex-direction: row; flex-wrap: wrap; margin-top: calc(12px + 1vh);