diff --git a/themes/wporg-5ftf/css/components/_about.scss b/themes/wporg-5ftf/css/components/_about.scss index 0f96281..9931a19 100644 --- a/themes/wporg-5ftf/css/components/_about.scss +++ b/themes/wporg-5ftf/css/components/_about.scss @@ -1,5 +1,18 @@ body.page-about .entry-content { + h2 { + margin-top: ms(10); + margin-bottom: ms(2); + font-size: ms(8); + font-weight: 300; + } + + h3 { + font-size: ms(2); + font-weight: 400; + color: $color__text-heading; + } + @include breakpoint( $breakpoint-tablet ) { > p, > ul, diff --git a/themes/wporg-5ftf/css/components/_entry-content.scss b/themes/wporg-5ftf/css/components/_entry-content.scss index 76bb477..2ff2a0b 100644 --- a/themes/wporg-5ftf/css/components/_entry-content.scss +++ b/themes/wporg-5ftf/css/components/_entry-content.scss @@ -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; }