diff --git a/pwa/src/templates/landing/LandingTemplate.module.css b/pwa/src/templates/landing/LandingTemplate.module.css index 587afc40..342d9a5b 100644 --- a/pwa/src/templates/landing/LandingTemplate.module.css +++ b/pwa/src/templates/landing/LandingTemplate.module.css @@ -14,7 +14,7 @@ @media only screen and (max-width: 576px) { /* Mobile */ .container { - margin-block-start: unset; + margin-block-start: var(--utrecht-space-block-lg) !important; } .container > *:not(:last-child) {