From 843c7f2977ae9095f0586bb2e3b9d894a364984a Mon Sep 17 00:00:00 2001 From: Youngsu Kim <youngsu.kim@csusb.edu> Date: Mon, 11 Jul 2022 16:57:29 -0700 Subject: [PATCH] Change <hr> width --- page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.html b/page.html index aa2509d..549a608 100644 --- a/page.html +++ b/page.html @@ -17,7 +17,7 @@ <p>   <br>   </p> <p>   <br>   </p> <div class="footer-bottom"> - <hr style="width:35%; margin-bottom: 5px;"> + <hr style="width:30%; margin-bottom: 5px;"> <p style="font-size: 80%">This JupyterHub is provided by the <a href="https://www.csusb.edu/high-performance-computing" target="_blank">High Performance Computing Initiative </a><br/> at California State Univeristy San Bernardino </p></div> -- GitLab