Style the page header

This commit is contained in:
Kelly Dwan 2019-10-25 14:32:05 -04:00
parent 5d6cb25232
commit 85b8b38ed0
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
6 changed files with 114 additions and 6 deletions

View file

@ -0,0 +1,9 @@
body.archive {
.page-title {
color: $color__text-heading-darker;
font-size: ms(8);
font-weight: 300;
line-height: 1.5;
}
}