From 1b68623559c4047c4d8128de9f12a4ca387e77c5 Mon Sep 17 00:00:00 2001 From: Sabrina Miranda Date: Tue, 17 Jan 2023 01:29:36 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Corrigiu=20um=20problema=20de=20css=20ap?= =?UTF-8?q?=C3=B3s=20finaliza=C3=A7=C3=A3o=20do=20projeto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Newsletter/Newsletter.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Newsletter/Newsletter.module.scss b/src/components/Newsletter/Newsletter.module.scss index 6eb38d3..69d026a 100644 --- a/src/components/Newsletter/Newsletter.module.scss +++ b/src/components/Newsletter/Newsletter.module.scss @@ -8,7 +8,6 @@ align-items: center; border-top: 1px solid variables.$black; border-bottom: 1px solid variables.$black; - padding: 0 100px; } &__form { -- 2.34.1