Move menu button around on mobile

This commit is contained in:
Skylar Ittner 2017-07-01 00:28:07 -06:00
parent 3e0b18e14e
commit cffe1ada43

View File

@ -21,4 +21,21 @@
.task-description { .task-description {
/* 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;
}
} }