From 69ec891f55ad898034afe07eb528c31fd89ac335 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 7 Oct 2025 16:29:39 +0800 Subject: [PATCH] Updated footer --- src/components/Footer/Footer.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.sass b/src/components/Footer/Footer.sass index f7138dc..0552128 100644 --- a/src/components/Footer/Footer.sass +++ b/src/components/Footer/Footer.sass @@ -2,7 +2,6 @@ .footer padding: 1rem 0 - // margin: 0 2rem 0 0 position: fixed bottom: 0 width: 95vw @@ -11,3 +10,8 @@ @media only screen and (max-width: view.$tablet) font-size: 0.75rem + + @media only screen and (max-width: view.$mobile) + width: auto + text-align: center + position: absolute