float left for hamburger menu up to 999px

lektura
max.mehl 2017-09-11 18:35:38 +02:00
parent 6b0462644d
commit b26e7d8a0c
2 changed files with 2 additions and 2 deletions

View File

@ -4366,7 +4366,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-left: 15px;
}
}
@media (min-width: 768px) {
@media (min-width: 1000px) { /*CUSTOM*/
.navbar-left {
float: left !important;
}

File diff suppressed because one or more lines are too long