From ff3764a69b4f153d4fd76f90720613859a07acdd Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Wed, 21 Apr 2021 11:09:08 +0530 Subject: [PATCH] footer position fix --- src/components/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/styles.css b/src/components/styles.css index 095a895..75334b7 100644 --- a/src/components/styles.css +++ b/src/components/styles.css @@ -47,7 +47,6 @@ } .footer { bottom: 0; - position: absolute; padding: 13px; width: 100%; } @@ -306,7 +305,7 @@ .theme-dark .footer { border-top: 2px solid #2e3241; color: white; - background-color: #2e3241; + background-color: #191d28; } .theme-dark .header-button { background-color: #2e3241;