forked from Business/BinStack
Move menu button around on mobile
This commit is contained in:
parent
84e6965128
commit
54cedab640
@ -54,3 +54,20 @@ to replace the rgba()s.
|
|||||||
.navbar-inverse .navbar-link {
|
.navbar-inverse .navbar-link {
|
||||||
color: white;
|
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