Make sure the hamburger menu plays well with the brand.

This commit is contained in:
Paulo Reis 2018-02-16 10:26:26 +00:00
parent b3531d9471
commit 3f14a727e3

View file

@ -91,7 +91,10 @@
z-index: 1;
.container-fluid > .navbar-collapse {
// High specificity needed to override Bootstrap's default.
margin: 0;
margin: 10px 0 0;
@media (min-width: @grid-float-breakpoint) {
margin: 0;
}
}
.navbar-collapse {
// Use absolute positioning to build the hamburger menu.