From 68a8c0e7c78e918ee36171484c21607b87a0d34e Mon Sep 17 00:00:00 2001 From: galenwinsor Date: Fri, 28 Jun 2024 17:34:52 -0400 Subject: [PATCH] feat: 404 page and footer always at bottom --- src/layouts/Layout.astro | 26 ++++++++++++++------------ src/pages/404.astro | 7 +++++++ src/styles/global.css | 5 +++++ 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 src/pages/404.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b32ad9d..623197e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -19,18 +19,20 @@ const { title, description } = Astro.props -
-
-
-
-
-

{title}

+
+
+
+
+
+
+

{title}

+
+ +
- - -
-
-
-