Skip to content

Commit

Permalink
be a little more generous with left/right padding
Browse files Browse the repository at this point in the history
This is only for devices that have smaller than 1000px width, but not
small enough to switch to mobile display.
  • Loading branch information
danslo committed Feb 23, 2018
1 parent 5c30375 commit dd9c03d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/view/frontend/web/css/clean-checkout-l.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

.page-main {
max-width: 1000px;
padding-left: 40px;
padding-right: 40px;
}

.opc-progress-bar {
Expand Down

0 comments on commit dd9c03d

Please sign in to comment.