Adjust navbar centering in header

This commit is contained in:
Alex Cabal 2022-07-09 20:09:03 -05:00
parent 9593d1d971
commit 0a32b295b0

View file

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