From 9be8d02492c8688f42f18fe41d94813f39b2deef Mon Sep 17 00:00:00 2001 From: devartes Date: Wed, 8 Feb 2023 06:49:37 -0300 Subject: [PATCH] =?UTF-8?q?style:=20corrigindo=20margin-bottom=20do=20.pro?= =?UTF-8?q?ductNameContainer=20da=20=C3=A1rea=20de=20Dados=20do=20produto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/css/vtex.store-components.css | 3 +-- styles/sass/pages/product/vtexStore/vtex.store-components.scss | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index c4b3db8..61440b0 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -87,19 +87,18 @@ .productNameContainer { text-align: right; + margin-bottom: 8px; } @media (max-width: 1025px) and (min-width: 768px) { .productNameContainer { text-align: left; margin-top: 32px; - margin-bottom: 8px; } } @media (max-width: 768px) and (min-width: 375px) { .productNameContainer { text-align: left; margin-top: 32px; - margin-bottom: 8px; } } .productNameContainer .productBrand { diff --git a/styles/sass/pages/product/vtexStore/vtex.store-components.scss b/styles/sass/pages/product/vtexStore/vtex.store-components.scss index e1e132d..469cb61 100644 --- a/styles/sass/pages/product/vtexStore/vtex.store-components.scss +++ b/styles/sass/pages/product/vtexStore/vtex.store-components.scss @@ -95,15 +95,14 @@ .productNameContainer { text-align: right; + margin-bottom: 8px; @media (max-width: 1025px) and (min-width: 768px) { text-align: left; margin-top: 32px; - margin-bottom: 8px; } @media (max-width: 768px) and (min-width: 375px) { text-align: left; margin-top: 32px; - margin-bottom: 8px; } .productBrand { font-weight: 300;