From 84fd7de49be2abe6d18e3cb40d4d7c9ff67167c4 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Thu, 23 Jun 2022 21:50:10 -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 858a8bf..388d71d 100644
--- a/page.html
+++ b/page.html
@@ -6,7 +6,7 @@
 .footer-bottom {
     position: absolute; 
     bottom: 0;
-    text-align: right;
+    text-align: center;
 }
 </style>
 {% endblock %}
-- 
GitLab