diff --git a/site/web/app/themes/nynaeve/bud.config.js b/site/web/app/themes/nynaeve/bud.config.js index 7734bb3..06e7990 100644 --- a/site/web/app/themes/nynaeve/bud.config.js +++ b/site/web/app/themes/nynaeve/bud.config.js @@ -68,11 +68,20 @@ export default async (app) => { }, spacing: { padding: true, + margin: true, units: ['px', '%', 'em', 'rem', 'vw', 'vh'], }, typography: { customFontSize: false, }, + blocks: { + 'core/heading': { + spacing: { + padding: true, + margin: true, + } + }, + } }) .useTailwindColors() .useTailwindFontFamily() diff --git a/site/web/app/themes/nynaeve/theme.json b/site/web/app/themes/nynaeve/theme.json index 8eec361..1d4c0a7 100644 --- a/site/web/app/themes/nynaeve/theme.json +++ b/site/web/app/themes/nynaeve/theme.json @@ -1279,6 +1279,16 @@ "color": "#02567e", "name": "CtaButtonBlueHover", "slug": "ctabuttonbluehover" + }, + { + "color": "#171b23", + "name": "FooterBg", + "slug": "footerbg" + }, + { + "color": "#465166", + "name": "FooterText", + "slug": "footertext" } ] }, @@ -1291,6 +1301,7 @@ }, "spacing": { "padding": true, + "margin": true, "units": [ "px", "%", @@ -1391,6 +1402,14 @@ "slug": "9xl" } ] + }, + "blocks": { + "core/heading": { + "spacing": { + "padding": true, + "margin": true + } + } } } } \ No newline at end of file