Slim down some headings

This commit is contained in:
Rico Sta. Cruz 2017-10-13 00:25:30 +08:00
parent 8ef47e50f1
commit dedf7732b1
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
color: $base-head; color: $base-head;
font-weight: 300; font-weight: 200;
text-align: center; text-align: center;
margin-bottom: 16px; margin-bottom: 16px;
} }

View File

@ -6,7 +6,7 @@
@include heading-style; @include heading-style;
@include font-size(6); @include font-size(6);
line-height: 1.2; line-height: 1.2;
font-weight: 300; font-weight: 200;
font-family: $heading-font; font-family: $heading-font;
margin-top: 0; margin-top: 0;
} }