From 7c545d1e2cc4774cfdc0cec59c39af3945839e2a Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Thu, 23 Jun 2022 22:51:12 -0700
Subject: [PATCH] Add page footer

---
 page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/page.html b/page.html
index 127e814..c5bbbc0 100644
--- a/page.html
+++ b/page.html
@@ -4,7 +4,7 @@
 {{ super() }}
 <style>
 .footer-bottom {
-    margin-top: auto;
+    margin-top: 20%;
     margin-left: auto;
     text-align: center;
 }
-- 
GitLab