Fixes nav bar extra spacing

This commit is contained in:
Azee 2020-05-04 17:36:48 -05:00
parent fe98ce9490
commit 5da8bda2e2
1 changed files with 4 additions and 1 deletions

View File

@ -2,12 +2,15 @@ html {
font-family: 'Jost', sans-serif !important;
}
nav {
padding: 0 24px;
}
nav.navBar {
background-color: black;
}
.brand-logo {
left: 24px;
color: yellow !important;
width: 100%;
}