Skip to content

Commit

Permalink
fix: limit header icon height to header height (#237)
Browse files Browse the repository at this point in the history
Closes #204
  • Loading branch information
kyubisation authored Nov 29, 2019
1 parent 65c878a commit 633f05a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ nav {

> .sbb-header-logo {
display: flex;
height: $sbbHeaderHeight;

> svg {
width: 80px;
Expand Down

0 comments on commit 633f05a

Please sign in to comment.