Theme: Fix heading level styles

This commit is contained in:
Kelly Dwan 2019-10-28 17:02:45 -04:00
parent 840ae50ac5
commit c6c4baf62b
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 22 additions and 3 deletions

View file

@ -6,14 +6,20 @@
h1, h2, h3, h4, h5, h6 {
color: $color__text-heading-darker;
}
h2 {
margin-top: ms(10);
font-size: ms( 2 );
margin-bottom: ms(2);
font-size: ms(2);
font-weight: 400;
color: $color__text-heading;
}
h3 {
font-size: ms(1);
color: $color__text-darker;
}
> :first-child {
margin-top: 0;
}