From 59a3d888a7386e780be21afde1d34eb56aa09c70 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Fri, 24 Jun 2022 01:50:00 -0700
Subject: [PATCH] Add page footer

---
 page.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/page.html b/page.html
index d600fd8..7463784 100644
--- a/page.html
+++ b/page.html
@@ -4,8 +4,8 @@
 {{ super() }}
 <style>
 .footer-bottom {
-    margin-top: auto;
-    margin-left: auto;
+    position:fixed;
+    bottom: 0px;
     text-align: center;
     width: 100%;
 }
-- 
GitLab