forked from Business/BinStack
Move menu button around on mobile
This commit is contained in:
parent
3d01bf8feb
commit
2770e96a8a
@ -55,4 +55,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…
x
Reference in New Issue
Block a user