Theme: Fix interior page layout (#18)

Fixes #4
This commit is contained in:
Kelly Dwan 2019-10-04 11:32:57 -04:00 committed by GitHub
parent e20a834cb0
commit 7a355b8314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 14 deletions

View file

@ -6,6 +6,12 @@
h1, h2, h3, h4, h5, h6 {
color: $color__text-heading-darker;
}
h2 {
font-size: ms( 2 );
font-weight: 400;
color: $color__text-heading;
}
}
p.has-background,