[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 5 additions and 0 deletions

Binary file not shown.

View File

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