From 67bf8801a72b98ecc94d8ff93a26e811acc7e2e8 Mon Sep 17 00:00:00 2001 From: Jonny Toombs Date: Wed, 26 Feb 2025 15:42:30 -0800 Subject: [PATCH] Footer fix (#2469) * footer fix * remove left --- frontend/src/app/css/Footer.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/css/Footer.scss b/frontend/src/app/css/Footer.scss index befc8240b..d590b52df 100644 --- a/frontend/src/app/css/Footer.scss +++ b/frontend/src/app/css/Footer.scss @@ -1,10 +1,12 @@ #footer { + position: fixed; + bottom: 0; + width: 100%; background-color: $primary-blue; border-top: 2px solid $primary-yellow; color: $white; font-size: 0.8rem; height: 2.5rem; - margin-top: -.5rem; padding: 0 2rem; #version { @@ -36,4 +38,4 @@ flex-direction: row; min-height: 100%; } -} \ No newline at end of file +}