mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-12 21:35:44 +03:00
Theme: Fix heading level styles
This commit is contained in:
parent
840ae50ac5
commit
c6c4baf62b
2 changed files with 22 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue