From b9176f0c06e3e3ee6d0b3da525c03e79f481d4b7 Mon Sep 17 00:00:00 2001 From: Remko Date: Mon, 23 Oct 2023 14:21:27 +0200 Subject: [PATCH] fixed filters to close to jumbotron --- pwa/src/templates/landing/LandingTemplate.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {