From 5357c8b4483b9ad054af1daf66285ecda3ea887c Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Tue, 29 Jul 2025 18:12:38 +0200 Subject: [PATCH] increase paragraph gap on about page --- src/components/About.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/About.astro b/src/components/About.astro index 2b90f5b..35b74a8 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -8,7 +8,7 @@ const t = translations[lang].about;

{t.title}

-
+

{t.p1}

{t.p2}

{t.p3}