Skip to content

Commit 0454507

Browse files
committed
Fix too high line height on sites titles
1 parent 2718153 commit 0454507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sass/site/_text.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.site__title {
2-
font-family: 'Baloo';
3-
font-weight: 400;
4-
font-size: 2.6rem;
2+
margin: .1em 0;
3+
4+
font: 400 2.6rem / 1.2 'Baloo';
55

66
color: v(site-accent, v(site-primary));
77

0 commit comments

Comments
 (0)