(no bug) - Section Title 300 weight and 4px subtitle spacing

This commit is contained in:
Ed Lee 2019-01-25 13:51:11 -08:00
Родитель ee771f261d
Коммит 42be567f59
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@
.title {
line-height: 48px;
font-size: 36px;
font-weight: 300;
color: $grey-90;
}
@ -11,5 +12,6 @@
line-height: 24px;
font-size: 15px;
color: $grey-50;
margin-top: 4px;
}
}