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 @@
- +