From d35fd92c849b654684be4f38217de2a4ea198ca2 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:46:06 -0400 Subject: [PATCH] update --- src/index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index efae133..17e84c3 100644 --- a/src/index.html +++ b/src/index.html @@ -16,12 +16,12 @@ --accent-purple: #a855f7; --accent-orange: #f97316; } - /* Body is now a column so the footer lives at the very bottom */ + /* Keep footer stuck to the bottom while centering main */ body { display: flex; flex-direction: column; align-items: center; - justify-content: center; /* keeps
vertically centred when possible */ + justify-content: center; /* vertically centre
when possible */ min-height: 100vh; margin: 0; } @@ -36,7 +36,7 @@
- +