From 0ed53651da9c12e09d463e70ad150f6eb86ca4b1 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Fri, 5 Sep 2025 12:45:58 -0400 Subject: [PATCH] feat(layout): make footer sticky and main grow to fill viewport (flex column layout) --- src/layouts/BaseLayout.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 7632f63..1677878 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -21,7 +21,7 @@ const homeHref = hrefFor('home', lang); - +
-
+
-