diff --git a/pwa/src/templates/landing/LandingTemplate.module.css b/pwa/src/templates/landing/LandingTemplate.module.css index 48669c37..ddb02a7a 100644 --- a/pwa/src/templates/landing/LandingTemplate.module.css +++ b/pwa/src/templates/landing/LandingTemplate.module.css @@ -6,7 +6,7 @@ margin-block-end: var(--utrecht-space-block-lg); } -.header1 { - margin-block-start: 0px; - margin-block-end: 0px; +.pagination { + display: flex; + justify-content: space-between; } diff --git a/pwa/src/templates/landing/LandingTemplate.tsx b/pwa/src/templates/landing/LandingTemplate.tsx index 410e463b..f7b1ac3c 100644 --- a/pwa/src/templates/landing/LandingTemplate.tsx +++ b/pwa/src/templates/landing/LandingTemplate.tsx @@ -25,8 +25,6 @@ export const LandingTemplate: React.FC = () => { return ( <> -
-