File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed
app/design/frontend/Magento/blank/Magento_Catalog/web/css/source Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 86
86
87
87
.product-item-info {
88
88
text-align : center ;
89
- width : auto ;
90
- }
91
-
92
- .product-item-actions {
93
- display : inline-block ;
94
- }
95
-
96
- .product-item-description {
97
- margin : 10px 0 ;
98
89
}
99
90
}
100
91
}
101
92
}
102
93
103
- //
104
- // Desktop
105
- // _____________________________________________
106
-
107
- .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
94
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__s ) {
108
95
.block.widget .products-grid .product-item ,
109
96
.page-layout-1column .block.widget .products-grid .product-item ,
110
97
.page-layout-3columns .block.widget .products-grid .product-item {
119
106
margin-left : 0 ;
120
107
}
121
108
}
109
+ }
122
110
111
+ //
112
+ // Desktop
113
+ // _____________________________________________
114
+
115
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
123
116
.block.widget .products-grid .product-item {
124
117
width : 100% / 3 ;
125
118
You can’t perform that action at this time.
0 commit comments