Small UI tweaks and fix for instanceof issue

This commit is contained in:
Sam Potts
2018-01-31 19:33:00 +11:00
parent 2691c7c9d6
commit d76ef3ff91
16 changed files with 59 additions and 31 deletions

View File

@ -4,7 +4,7 @@
h1 {
@include font-size($font-size-h1);
font-weight: $font-weight-bold;
font-weight: $font-weight-light;
letter-spacing: $letter-spacing-headings;
margin: 0 0 ($spacing-base / 2);
}