fixed mobile nav bar
This commit is contained in:
@@ -109,7 +109,6 @@ a:hover:after {
|
|||||||
.nav-item {
|
.nav-item {
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
@@ -201,5 +200,10 @@ code {
|
|||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
.nav-bar {
|
.nav-bar {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
}
|
||||||
|
.nav-item {
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user