From 9146f65455c716827507cde7e45b7efab021e371 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 21 Jan 2025 14:57:05 +0100 Subject: [PATCH] Fix Padding --- src/layouts/PageLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index f917875..3ce86da 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -10,7 +10,7 @@ const {title, description} = Astro.props;
-