From 126094e34ab3f2918efd022d1588c2835c48e2fa Mon Sep 17 00:00:00 2001 From: David Ball Date: Sat, 13 Jul 2024 03:27:34 -0400 Subject: [PATCH] Updated bottom footer style making it 100% explicitly. --- src/layouts/Layout.astro | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 534a0b5..39c235d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -28,16 +28,18 @@ const { title } = Astro.props; -