Move menu button around on mobile

master
Skylar Ittner 7 years ago
parent 84e6965128
commit 54cedab640

@ -53,4 +53,21 @@ to replace the rgba()s.
.navbar-inverse .navbar-link {
color: white;
}*/
}*/
@media screen and (max-width: 767px) {
button.navbar-toggle[data-toggle="collapse"] {
float: left;
margin-left: 15px;
}
.navbar-header .navbar-brand {
margin-left: -20px;
}
.navbar-header .navbar-brand img {
display: none;
}
}
Loading…
Cancel
Save