From 8882835ad5ba1452f48fc2f6299252b3c154dd64 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Fri, 24 Jun 2022 15:48:58 -0700
Subject: [PATCH] Test new config

---
 login.html | 7 ++++++-
 page.html  | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/login.html b/login.html
index b947977..59655ad 100644
--- a/login.html
+++ b/login.html
@@ -15,7 +15,9 @@
         </p>
     </h5>
 </div>
+<p> &nbsp </p>
 {{ super() }}
+<p> &nbsp </p>
 <div id="login-cilogon-info" class="service-login">
     <h5>      
     <p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del>. 
@@ -48,6 +50,9 @@
     max-width:100%;
     height:auto;
     max-height:100%;
- }
+}
+p.extra-space {
+    line-height: 0.7;
+}
 </style>
 {% endblock %}
\ No newline at end of file
diff --git a/page.html b/page.html
index 953785d..7bfaeab 100644
--- a/page.html
+++ b/page.html
@@ -8,11 +8,13 @@
     bottom: 0px;
     text-align: center;
     width: 100%;
+    z-index: -1;
 }
 </style>
 {% endblock %}
 
 {% block footer %}
+<p> &nbsp <br> &nbsp </p>
 <div class="footer-bottom">
     <hr style="width:50%">
     <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
-- 
GitLab