Skip to content

Commit 1ab336b

Browse files
author
Fabricio Sobral
committed
change by request to improve
1 parent 5a8e815 commit 1ab336b

File tree

1 file changed

+4
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module

1 file changed

+4
-1
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
.page-main & {
115115
.block {
116-
margin-bottom: @indent__base;
116+
margin-bottom: 0;
117117
}
118118
}
119119

@@ -563,6 +563,9 @@
563563

564564
.widget {
565565
float: left;
566+
&.block {
567+
margin-bottom: @indent__base;
568+
}
566569
}
567570
}
568571

0 commit comments

Comments
 (0)