Skip to content

Commit

Permalink
fix(navbar): ensure logo's hit target is properly setup for master logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 19, 2020
1 parent 88302ab commit de81a44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@
align-self: flex-end;
margin: 0 $spacer subtract($spacer, $border-width) 0;

&::before {
top: 0;
left: 0;
transform: none;
}

img {
width: $navbar-brand-logo-height;
height: $navbar-brand-logo-height;
Expand Down

0 comments on commit de81a44

Please sign in to comment.