Move menu button around on mobile

master
Skylar Ittner 7 years ago
parent f12bafd51a
commit 5c3abac8fe

@ -66,4 +66,19 @@ file and add a .navbar-[color] class to the navbar in app.php.
.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