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');
});
-
-
+