From 4091ee675b97535b37e5145865f52e6ad925f7a3 Mon Sep 17 00:00:00 2001 From: Adilson Fernando Date: Tue, 7 Feb 2023 15:19:05 -0300 Subject: [PATCH] =?UTF-8?q?hotfix:=20tamanho=20das=20img=20do=20slick=20ag?= =?UTF-8?q?r=20est=C3=A3o=20com=20tamanho=20id=C3=AAntico=20ao=20figma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/css/vtex.product-summary.css | 6 ++++++ styles/sass/pages/product/vtex.product-summary.scss | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/styles/css/vtex.product-summary.css b/styles/css/vtex.product-summary.css index 8fd4405..f38cfc1 100644 --- a/styles/css/vtex.product-summary.css +++ b/styles/css/vtex.product-summary.css @@ -31,6 +31,12 @@ height: 434.4px; } @media (max-width: 1920px) { + .imageStackContainer { + width: 314.4px !important; + height: 314.4px; + } +} +@media (max-width: 1400px) { .imageStackContainer { width: 291.2px !important; height: 291.2px; diff --git a/styles/sass/pages/product/vtex.product-summary.scss b/styles/sass/pages/product/vtex.product-summary.scss index 5d65d07..ecab326 100644 --- a/styles/sass/pages/product/vtex.product-summary.scss +++ b/styles/sass/pages/product/vtex.product-summary.scss @@ -21,6 +21,10 @@ width: 434.4px !important; height: 434.4px; @media (max-width: 1920px) { + width: 314.4px !important; + height: 314.4px; + } + @media (max-width: 1400px) { width: 291.2px !important; height: 291.2px; }