Move menu button around on mobile

This commit is contained in:
Skylar Ittner 2017-07-01 00:29:09 -06:00
parent f12bafd51a
commit 5c3abac8fe

View File

@ -67,3 +67,18 @@ 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;
}
}