diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 61440b0..2edce6d 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -601,6 +601,7 @@ max-height: unset; position: relative; margin-left: 32px; + margin-right: 16px; } @media (max-width: 2561px) and (min-width: 1920px) { .productImagesContainer--image-description { @@ -611,6 +612,7 @@ .productImagesContainer--image-description { width: 100%; margin-left: 0; + margin-right: 0; margin-bottom: 16px; } } @@ -618,6 +620,7 @@ .productImagesContainer--image-description { width: 100%; margin-left: 0; + margin-right: 0; margin-bottom: 16px; } } diff --git a/styles/sass/pages/product/vtexStore/vtex.store-components.scss b/styles/sass/pages/product/vtexStore/vtex.store-components.scss index 469cb61..bc7b19c 100644 --- a/styles/sass/pages/product/vtexStore/vtex.store-components.scss +++ b/styles/sass/pages/product/vtexStore/vtex.store-components.scss @@ -600,17 +600,20 @@ max-height: unset; position: relative; margin-left: 32px; + margin-right: 16px; @media (max-width: 2561px) and (min-width: 1920px) { width: 94.784%; } @media (max-width: 1025px) and (min-width: 768px) { width: 100%; margin-left: 0; + margin-right: 0; margin-bottom: 16px; } @media (max-width: 768px) and (min-width: 375px) { width: 100%; margin-left: 0; + margin-right: 0; margin-bottom: 16px; } .productImage--image-description {