From 800142063d9c95a12f71eaad0f691efb3ac77764 Mon Sep 17 00:00:00 2001
From: Ernesto Gonzalez <60261375+UmiKami@users.noreply.github.com>
Date: Sat, 7 Jun 2025 15:02:16 +0000
Subject: [PATCH 1/2] ensure footer is always kept at the bottom regardless of
page
---
src/pages/Layout.jsx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/pages/Layout.jsx b/src/pages/Layout.jsx
index 9bfa31325..bb3154f3d 100644
--- a/src/pages/Layout.jsx
+++ b/src/pages/Layout.jsx
@@ -7,9 +7,11 @@ import { Footer } from "../components/Footer"
export const Layout = () => {
return (
-
-
-
+
+
+
+
+
)
}
\ No newline at end of file
From 06c6d2fa602c7f4d88f48025dda1da5055aed7b3 Mon Sep 17 00:00:00 2001
From: Ernesto Gonzalez <60261375+UmiKami@users.noreply.github.com>
Date: Sat, 7 Jun 2025 15:17:09 +0000
Subject: [PATCH 2/2] adjust for extrea content
---
src/pages/Layout.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/Layout.jsx b/src/pages/Layout.jsx
index bb3154f3d..c3160bff9 100644
--- a/src/pages/Layout.jsx
+++ b/src/pages/Layout.jsx
@@ -7,7 +7,7 @@ import { Footer } from "../components/Footer"
export const Layout = () => {
return (
-