Skip to content

Commit

Permalink
fix(css): prevent site title from getting covered by hamburger menu (j…
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain authored and DirtyF committed Oct 29, 2018
1 parent 1853327 commit 0e7dc8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
.site-title {
@include relative-font-size(1.625);
font-weight: 300;
line-height: $base-line-height * $base-font-size * 2.25;
line-height: $base-line-height;
letter-spacing: -1px;
margin-bottom: 0;
float: left;

@include media-query($on-palm) {
padding-right: 45px;
}

&,
&:visited {
color: $grey-color-dark;
Expand Down

0 comments on commit 0e7dc8d

Please sign in to comment.