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; }