diff --git a/page.html b/page.html index a4ae1e540e8b8ff151617878c233badbca362927..858a8bf537e40a0bbb2cd8d51de3cec6cfffac86 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 %}