From 8985c7f4f249fdf09dcc1493ff88f6b54eff18f1 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 31 Aug 2021 12:04:19 +0100 Subject: [PATCH] Skatepark: Change padding clamp to min --- skatepark/child-theme.json | 2 +- skatepark/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skatepark/child-theme.json b/skatepark/child-theme.json index 789648f40..464010e38 100644 --- a/skatepark/child-theme.json +++ b/skatepark/child-theme.json @@ -272,7 +272,7 @@ }, "core/cover": { "spacing": { - "padding": "clamp(2em, 15%, 8em)" + "padding": "min(160px, 11.5%)" } }, "core/post-date": { diff --git a/skatepark/theme.json b/skatepark/theme.json index c821a4536..9373b764e 100644 --- a/skatepark/theme.json +++ b/skatepark/theme.json @@ -539,7 +539,7 @@ }, "core/cover": { "spacing": { - "padding": "clamp(2em, 15%, 8em)" + "padding": "min(160px, 11.5%)" } }, "core/post-terms": {