We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f211371 commit e434bb1Copy full SHA for e434bb1
app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less
@@ -527,6 +527,18 @@
527
// Desktop
528
// _____________________________________________
529
530
+.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
531
+ .cart-container {
532
+ .block.crosssell {
533
+ .products-grid {
534
+ .product-item-actions {
535
+ margin: 0 0 @indent__s;
536
+ }
537
538
539
540
+}
541
+
542
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
543
.checkout-cart-index {
544
.page-main {
0 commit comments