Move menu button around on mobile
This commit is contained in:
parent
3e0b18e14e
commit
cffe1ada43
@ -21,4 +21,21 @@
|
||||
.task-description {
|
||||
/* Using !important in case a "smart" guy messes with inline CSS, to make his life harder */
|
||||
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