From 9bffacd72244474e02ada6b3d38c2117c1e6d244 Mon Sep 17 00:00:00 2001 From: MCHost Date: Thu, 3 Jul 2025 22:28:40 -0400 Subject: [PATCH] sticky footer --- public/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index a25c21a..b975856 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,14 @@ .hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } + body { + display: flex; + flex-direction: column; + min-height: 100vh; + } + main { + flex-grow: 1; + } @@ -132,8 +140,7 @@ document.querySelector('.mobile-nav-container').classList.toggle('hidden'); }); - - +