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

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

diff --git a/page.html b/page.html
index b1cd816..fcc3f81 100644
--- a/page.html
+++ b/page.html
@@ -1,19 +1,7 @@
 {% extends "templates/page.html" %}
 
-{% block stylesheet %}
-{{ super() }}
-<style>
-#footer-page {
-    text-align: center;
-    position: absolute;
-    bottom: 0;
-    padding: 3px;
-    }
-</style>
-{% endblock %}
-
 {% block footer %}
-<div class="container text-center" id="footer-page">
+<div class="container text-center">
     <hr>
     <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
 </div>
-- 
GitLab