Fix hamburger menu weirdness

This commit is contained in:
Michael Q Larson
2015-01-17 16:09:35 -08:00
parent 7727368f34
commit 0c935623b7
3 changed files with 11 additions and 4 deletions

View File

@@ -237,10 +237,10 @@ ul {
}
.navbar-right {
@media (min-width: 767px) {
@media (min-width: 768px) {
padding-right: 50px;
}
@media (max-width: 991px) and (min-width: 767px) {
@media (max-width: 991px) and (min-width: 768px) {
position: absolute;
right:0;
margin-right: 10px;
@@ -249,6 +249,7 @@ ul {
}
.navbar {
white-space: nowrap;
border: none;
}
.panel-body {
@@ -494,6 +495,12 @@ thead {
}
}
.hamburger-dropdown {
@media (max-width: 768px) {
margin-top: -5px;
}
}
//uncomment this to see the dimensions of all elements outlined in red
//* {
// border-color: red;