From e211d8ef01e08a56a8d928ea488720d15856d387 Mon Sep 17 00:00:00 2001 From: Sabrina Miranda Date: Thu, 9 Feb 2023 14:40:53 -0300 Subject: [PATCH] fix: corrige problema no css --- react/components/Html/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/components/Html/styles.css b/react/components/Html/styles.css index 2e1b580..0aaae48 100644 --- a/react/components/Html/styles.css +++ b/react/components/Html/styles.css @@ -305,10 +305,10 @@ [class*="html--newsletter"] div { border: none; + background-color: #000000; } @media screen and (max-width: 639px) { [class*="html--newsletter"] div { position: relative; } } -