From 0a9a95caae7494d869b5fd961ae11d106a82707a Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 29 Sep 2020 14:25:00 -0300 Subject: [PATCH] changes --- components/Footer/Footer.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Footer/Footer.module.css b/components/Footer/Footer.module.css index b52dd6497..3a80ec3fd 100644 --- a/components/Footer/Footer.module.css +++ b/components/Footer/Footer.module.css @@ -1,7 +1,7 @@ .root { - @apply border-black border-t; + @apply p-0; } .container { - @apply flex justify-between items-center flex-row px-4 py-5 border-black border-l border-r; + @apply flex justify-between items-center flex-row px-4 py-5; }