diff --git a/contao/templates/frontend/_survey_assets.html.twig b/contao/templates/frontend/_survey_assets.html.twig index 5a69e28..d280fcc 100644 --- a/contao/templates/frontend/_survey_assets.html.twig +++ b/contao/templates/frontend/_survey_assets.html.twig @@ -42,7 +42,7 @@ gap: 1.5rem; justify-content: center; width: min(1400px, calc(100% - 2em)); - margin: 0 auto 1.75rem; + margin: 0 auto clamp(2rem, 4vw, 3.5rem); padding: 1rem 1.25rem 0.5rem; }