added media query for nav bar
This commit is contained in:
@@ -109,6 +109,7 @@ a:hover:after {
|
||||
.nav-item {
|
||||
margin-right: 12px;
|
||||
font-size: 1.5em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
@@ -196,3 +197,9 @@ code {
|
||||
color: #50fa7b;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.nav-bar {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user