From c3c921d192da08f137ee37e573d1c1da8ba53575 Mon Sep 17 00:00:00 2001 From: "Code Hugger (Matthew Jones)" Date: Mon, 3 Dec 2018 09:41:42 -0500 Subject: [PATCH] Fixing up the footer alignment for issue 35 (#36) --- seumich/static/seumich/styles/main.scss | 3 +- .../templates/student_explorer/index.html | 33 +++++++++---------- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/seumich/static/seumich/styles/main.scss b/seumich/static/seumich/styles/main.scss index 08f56155..028d4111 100644 --- a/seumich/static/seumich/styles/main.scss +++ b/seumich/static/seumich/styles/main.scss @@ -291,7 +291,8 @@ th[scope="row"] { margin-left: 5px; } } -.footer { + +footer { position: fixed; bottom: 0; left: 0; diff --git a/student_explorer/templates/student_explorer/index.html b/student_explorer/templates/student_explorer/index.html index ef72a757..32d5757d 100644 --- a/student_explorer/templates/student_explorer/index.html +++ b/student_explorer/templates/student_explorer/index.html @@ -120,26 +120,23 @@ {% endif %} {% block content %}{% endblock %} -