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

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

diff --git a/page.html b/page.html
index 6efc309..6246e85 100644
--- a/page.html
+++ b/page.html
@@ -5,8 +5,9 @@
 <style>
 .footer-bottom {
     margin-top: auto;
-    position: fixed;
-    bottom: 0;
+    <!-- margin-left: auto; -->
+    <!-- position: fixed; -->
+    <!-- bottom: 0; -->
     text-align: center;
 }
 </style>
-- 
GitLab