Skip to content

Commit

Permalink
Minor changes to Headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Mar 13, 2023
1 parent e95f1e6 commit f1556f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,6 @@ mark {
font-size: var(--wp--preset--font-size--x-small);
}

/* Heading
--------------------------------------------- */

.wp-block-post-content .wp-block-heading + * {
margin-top: 20px;
}

/* Image
--------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,12 +515,12 @@
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
"fontSize": "var(--wp--preset--font-size--max-36)"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h3": {
Expand Down

0 comments on commit f1556f6

Please sign in to comment.