[fix] mobile navbar errors - closes #596

This commit is contained in:
Adam Tauber 2016-06-28 21:17:33 +02:00
parent 8ee32d5372
commit 5924abd483
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -40,6 +40,7 @@
padding: 0 30px;
margin: 0;
}
z-index: 1;
}
// Hover color
@ -48,3 +49,7 @@
color: @light-green;
background: @black;
}
.navbar-toggle {
margin-top: 0;
}