From c3ca3351a747ee1f0e62cd738330ea58d8c394bd Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 11:36:15 -0500 Subject: [PATCH] adjusted centering of nav items --- static/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 6eb5e55..0950a85 100644 --- a/static/index.css +++ b/static/index.css @@ -102,6 +102,7 @@ a:hover:after { .nav-bar { display: flex; align-items: center; + justify-content: space-between; flex-direction: row; flex-wrap: wrap; margin-top: calc(12px + 1vh); @@ -109,7 +110,9 @@ a:hover:after { } .nav-item { - display: block; + display: flex; + align-self: stretch; + align-items: center; margin-right: 12px; margin-top: 6px; font-size: 1.5em;