Improve h1 appearance

This commit is contained in:
Rico Sta. Cruz 2017-09-24 05:14:24 +08:00
parent 75a394b569
commit c4c48d8e93
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 0 deletions

View File

@ -14,11 +14,13 @@
& > h1 { & > h1 {
@include font-size(8); @include font-size(8);
line-height: 1.2;
margin: 0; margin: 0;
padding: 0; padding: 0;
color: $base-head; color: $base-head;
font-weight: 300; font-weight: 300;
text-align: center; text-align: center;
margin-bottom: 16px;
} }
& > .search { & > .search {