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

Try using global site padding #88

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Define global site padding.
kjellr committed Oct 12, 2021
commit d6b1a4ec6c82e18b8c9ed811adc9d4de8c14551c
3 changes: 2 additions & 1 deletion theme.json
Original file line number Diff line number Diff line change
@@ -195,7 +195,8 @@
}
},
"spacing": {
"blockGap": "1.5rem"
"blockGap": "1.5rem",
"padding": "max(1.25rem, 5vw)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-font)",