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.
2 parents 73650a0 + e434bb1 commit d1408daCopy full SHA for d1408da
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