From 49319a49c10bca4d5aa308038903949c4b1e55c2 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 534a0b5..fc79a54 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -85,12 +85,14 @@ const { title } = Astro.props; font-weight: 400; font-size: 1.2em; font-style: normal; + width: 100%; } .footer, .footer-header { border-top-left-radius: 8px; border-top-right-radius: 8px; } .footer-header, .footer-content { + width: 100%; padding: 1.5rem; } .footer-header {