From 6db58fd6239a1f0da3a64f4710b64c73422f4c3b Mon Sep 17 00:00:00 2001 From: ueberjames Date: Sun, 8 Jan 2023 23:35:43 -0300 Subject: [PATCH] =?UTF-8?q?=20cria=C3=A7=C3=A3o=20do=20newsletter=20para?= =?UTF-8?q?=20tablet=20e=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desafio-5/src/components/news/style/news.module.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/desafio-5/src/components/news/style/news.module.scss b/desafio-5/src/components/news/style/news.module.scss index b05b72c..bf4aa90 100644 --- a/desafio-5/src/components/news/style/news.module.scss +++ b/desafio-5/src/components/news/style/news.module.scss @@ -92,10 +92,14 @@ font-size: 12px; } -@media screen and (max-width: 768px) { +@media screen and (max-width: 1024px) { + + .container{ + max-width: none; + } .newsletter { margin: 30px 0 24px; - padding: 20px 16px 32px; + padding: 16px; } .newsletter__label {