diff --git a/contao/templates/frontend/_survey_assets.html.twig b/contao/templates/frontend/_survey_assets.html.twig index 81dc76c..3317c09 100644 --- a/contao/templates/frontend/_survey_assets.html.twig +++ b/contao/templates/frontend/_survey_assets.html.twig @@ -34,7 +34,7 @@ --survey-gray-mid: #a2a8b4; --survey-gray-soft: #e9e9eb; --survey-surface: rgba(255, 255, 255, 0.92); - --survey-page-gutter: clamp(2em, 6vw, 10em); + --survey-page-gutter: clamp(2.5em, 7vw, 10em); } .survey-brand-strip { @@ -87,7 +87,7 @@ border: 1px solid rgba(162, 168, 180, 0.45); border-radius: 2rem; box-shadow: 0 28px 80px rgba(34, 34, 34, 0.08); - padding: 1.5rem; + padding: clamp(1.5rem, 2.2vw, 2.4rem); } .survey-shell h2,