From 4d45b9368f5cfd3ec6505b8bccbc0e5417f13438 Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Tue, 29 Jul 2025 17:54:02 +0200 Subject: [PATCH] increase gap between page sections --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b76812f..1c3c556 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,7 +16,7 @@ const { lang = 'no' } = Astro.props;