Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
fix spacing in query-loop and post-title size in single/post templates (
Browse files Browse the repository at this point in the history
#191)

* fix spacing and title size in homepage query loop

* update post title size in page and single templates

* revert post title heading level in query block

* Apply suggestions from code review

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
  • Loading branch information
madhusudhand and mikachan authored Sep 26, 2022
1 parent 6520757 commit 4920c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@
"core/post-title": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--40)",
"top": "var(--wp--preset--spacing--40)"
"bottom": "var(--wp--preset--spacing--30)",
"top": "var(--wp--preset--spacing--30)"
}
},
"typography": {
Expand Down

0 comments on commit 4920c15

Please sign in to comment.