added media query for nav bar
This commit is contained in:
@@ -109,6 +109,7 @@ 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 {
|
||||||
@@ -196,3 +197,9 @@ code {
|
|||||||
color: #50fa7b;
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 576px) {
|
||||||
|
.nav-bar {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user