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 8686
8787 .product-item-info {
8888 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 ;
9889 }
9990 }
10091 }
10192}
10293
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 ) {
10895 .block.widget .products-grid .product-item ,
10996 .page-layout-1column .block.widget .products-grid .product-item ,
11097 .page-layout-3columns .block.widget .products-grid .product-item {
119106 margin-left : 0 ;
120107 }
121108 }
109+ }
122110
111+ //
112+ // Desktop
113+ // _____________________________________________
114+
115+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
123116 .block.widget .products-grid .product-item {
124117 width : 100% / 3 ;
125118
You can’t perform that action at this time.
0 commit comments