Skip to content

Commit

Permalink
Reduce navbar toggler padding
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbrioche committed Nov 27, 2017
1 parent 2fb4359 commit aa78c0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/02-molecules/navbar/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
}
}

.navbar__toggler {
padding: .5rem; // FIXME: magic number
}

@media screen and (min-width: $grid-breakpoint-md) {
.navbar {
display: block;
Expand Down

0 comments on commit aa78c0a

Please sign in to comment.