Skip to content

Commit

Permalink
additional margin fix on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Apr 3, 2018
1 parent ac0dac3 commit 6a9727f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/frontend/web/css/clean-checkout-l.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
padding-top: 0px;
padding-right: 0px;
background-color: transparent;
margin-bottom: 0px;
padding-bottom: 0px;
}

Expand Down
4 changes: 4 additions & 0 deletions src/view/frontend/web/css/clean-checkout-m.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
border-bottom: none;
}

.opc-block-summary {
margin-bottom: 0px;
}

.opc-block-summary .items-in-cart {
margin-bottom: 20px;
}
Expand Down

0 comments on commit 6a9727f

Please sign in to comment.