fixed mobile nav bar

This commit is contained in:
rawleyIfowler
2022-04-17 12:02:38 -05:00
parent bb4e77415a
commit 64863839dd

View File

@@ -115,6 +115,16 @@ a:hover:after {
font-size: 1.4em;
}
@media only screen and (max-width: 567px) {
.nav-bar {
justify-content: normal;
}
.nav-item {
margin-left: 12px;
margin-right: 12px;
}
}
.content-wrapper {
margin: 12px;
}