fixed mobile nav bar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user