From 932bbd50a17cfc1a6587bd3b9febf4d3feca186d Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Thu, 23 Jun 2022 21:36:51 -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 a4ae1e5..858a8bf 100644
--- a/page.html
+++ b/page.html
@@ -6,14 +6,14 @@
 .footer-bottom {
     position: absolute; 
     bottom: 0;
-    text-align: center;
+    text-align: right;
 }
 </style>
 {% endblock %}
 
 {% block footer %}
 <div class="container text-center footer-bottom" >
-    <hr>
+    <hr style="width:50%"">
     <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
 </div>
 {% endblock %}
-- 
GitLab