fixed mobile nav bar

This commit is contained in:
rawleyIfowler
2022-04-16 16:25:52 -05:00
parent b14d88ab4a
commit fbeae313b4

View File

@@ -109,7 +109,6 @@ a:hover:after {
.nav-item {
margin-right: 12px;
font-size: 1.5em;
display: block;
}
.content-wrapper {
@@ -201,5 +200,10 @@ code {
@media only screen and (max-width: 576px) {
.nav-bar {
flex-direction: column;
}
.nav-item {
margin-top: 3px;
margin-bottom: 3px;
}
}