From 2556cacf210ea762fbb6f70c3842e6ea9f9513e9 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Thu, 23 Jun 2022 21:31:46 -0700
Subject: [PATCH] Add page footer

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

diff --git a/page.html b/page.html
index 9625b7c..a4ae1e5 100644
--- a/page.html
+++ b/page.html
@@ -6,6 +6,7 @@
 .footer-bottom {
     position: absolute; 
     bottom: 0;
+    text-align: center;
 }
 </style>
 {% endblock %}
-- 
GitLab