mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make sure the hamburger menu plays well with the brand.
This commit is contained in:
parent
b3531d9471
commit
3f14a727e3
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue