diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less index 6bf766b7400a7..3cb3d4af53189 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less @@ -42,7 +42,7 @@ .products-grid & { display: inline-block; - width: 100%/2; + width: 100%/2.04; } &:extend(.abs-add-box-sizing all); @@ -363,7 +363,7 @@ .products-grid { .product-item { margin-bottom: @indent__base; - width: 100%/3; + width: 100%/3.04; } } @@ -374,7 +374,7 @@ .page-products.page-layout-3columns { .products-grid { .product-item { - width: 100%/3; + width: 100%/3.04; } } } @@ -388,7 +388,7 @@ .page-products { .products-grid { .product-item { - width: 100%/3; + width: 100%/3.04; } } } @@ -443,7 +443,7 @@ .product-item { margin-left: calc(~'(100% - 4 * 24.439%) / 3'); padding: 5px; - width: 24.439%; + width: 24.09%; &:nth-child(4n + 1) { margin-left: 0;