Layout mobile navbar nicely with Flexbox (#1497)
Before hamburger menu was floated to the right with a fixed margin-top, which means that it probably wasn't perfectly centered and if we would change logo image size, we would have to edit that margin manually.
This commit was merged in pull request #1497.
This commit is contained in:
@@ -340,8 +340,7 @@ input#nav-toggle,
|
||||
input#nav-toggle + label {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
margin-top: 0.25rem;
|
||||
float: right;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.nav-dropdown {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user