Skip to content

Commit a4935e3

Browse files
committed
Update file
1 parent 581ab1f commit a4935e3

File tree

1 file changed

+7
-14
lines changed
  • app/design/frontend/Magento/blank/Magento_Catalog/web/css/source

1 file changed

+7
-14
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_widgets.less

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,25 +86,12 @@
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 {
@@ -119,7 +106,13 @@
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

0 commit comments

Comments
 (0)