Skip to content

Commit

Permalink
Add more vertical negative space to navbar logo (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 authored Jul 22, 2021
1 parent bf7813d commit b7d61ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sass/_headerbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.logo {
height: 100%;
height: 75%;
}

.header-logo, .header-logo-mobile, .toggle-nav-mobile {
Expand Down Expand Up @@ -69,7 +69,7 @@ $header-active-color: #b1d9ff;
.header-message {
text-align: center;
color: #797979;
font-size: 2.3rem;
font-size: 1.725rem;
}

.header-button {
Expand Down Expand Up @@ -115,4 +115,4 @@ $header-active-color: #b1d9ff;
.header-logo {
display: none;
}
}
}

0 comments on commit b7d61ee

Please sign in to comment.