From 5f21fe4bef54522b04ac0da61c27e7c9ab8af4ef Mon Sep 17 00:00:00 2001 From: Cesar Faber Date: Fri, 9 Feb 2024 11:57:02 -0300 Subject: [PATCH] fixing footer padding --- src/components/Footer/index.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Footer/index.scss b/src/components/Footer/index.scss index a9d27d9..3d590f9 100644 --- a/src/components/Footer/index.scss +++ b/src/components/Footer/index.scss @@ -12,7 +12,11 @@ flex-direction: row; overflow-x: scroll; margin: 0; - padding-bottom: 5svh; + padding-bottom: 3svh; + + @media (min-width: 730px) { + padding-bottom: 0; + } li { padding: 30px 15px;