Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Added height to logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
moso committed Nov 8, 2019
1 parent cc54df1 commit 4d22fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@

a {
display: flex;
align-items: center;
margin: 0 1rem 0 0;
height: $navbar-height - 1rem;

@media (min-width: 992px) {
margin: 0 2rem 0 0;
Expand Down

0 comments on commit 4d22fb8

Please sign in to comment.