From 0a32b295b0e6adb09825a8768a4af2b66d901db6 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 9 Jul 2022 20:09:03 -0500 Subject: [PATCH] Adjust navbar centering in header --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index 606d8f52..41ad7677 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -355,6 +355,7 @@ header nav{ header nav li{ color: #fff; display: inline-block; + padding-top: 5px; /* Match the bottom border of the child element so that the navbar is vertically centered */ } header nav li + li:before{