Skip to content

Commit

Permalink
Fix site title line height (jekyll#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyvanamstel authored and DirtyF committed Nov 22, 2018
1 parent 054d041 commit f7082c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
border-top: 5px solid $grey-color-dark;
border-bottom: 1px solid $grey-color-light;
min-height: $spacing-unit * 1.865;
line-height: $base-line-height * $base-font-size * 2.25;

// Positioning context for the mobile navigation icon
position: relative;
Expand All @@ -13,7 +14,6 @@
.site-title {
@include relative-font-size(1.625);
font-weight: 300;
line-height: $base-line-height;
letter-spacing: -1px;
margin-bottom: 0;
float: left;
Expand All @@ -36,7 +36,6 @@
border: 1px solid $grey-color-light;
border-radius: 5px;
text-align: right;
line-height: $base-line-height * $base-font-size * 2.25;

.nav-trigger {
display: none;
Expand Down

0 comments on commit f7082c2

Please sign in to comment.