Move menu button around on mobile
This commit is contained in:
parent
3e0b18e14e
commit
cffe1ada43
@ -22,3 +22,20 @@
|
|||||||
/* Using !important in case a "smart" guy messes with inline CSS, to make his life harder */
|
/* Using !important in case a "smart" guy messes with inline CSS, to make his life harder */
|
||||||
overflow-wrap: break-word !important;
|
overflow-wrap: break-word !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@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