File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/design/frontend/Magento/blank/Magento_Catalog/web/css/source Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
// _____________________________________________
65
65
66
66
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
67
- .block.widget .products-grid .product-item ,
68
- .page-layout-1column .block.widget .products-grid .product-item ,
69
- .page-layout-3columns .block.widget .products-grid .product-item {
70
- width : 100% / 3 ;
71
- }
72
-
73
67
.sidebar .block-viewed-products-grid {
74
68
.products-grid {
75
69
.product-item {
111
105
// _____________________________________________
112
106
113
107
.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
108
+ .block.widget .products-grid .product-item ,
109
+ .page-layout-1column .block.widget .products-grid .product-item ,
110
+ .page-layout-3columns .block.widget .products-grid .product-item {
111
+ width : 100% / 3 ;
112
+ }
113
+
114
114
.page-layout-1column .block.widget .products-grid .product-item {
115
115
margin-left : 2% ;
116
116
width : calc (~ ' (100% - 4%)/3' );
You can’t perform that action at this time.
0 commit comments