Skip to content

Commit

Permalink
Align checkout form content to the left
Browse files Browse the repository at this point in the history
On mobile it was looking very bad, with label centered and input on
the left.
  • Loading branch information
kennyadsl committed Nov 30, 2017
1 parent baae3d3 commit a4bc749
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,10 @@ ul#products {
/*--------------------------------------*/
/* Checkout
/*--------------------------------------*/
.checkout_form_wrapper {
text-align: left;
}

.out-of-stock {
background: #df0000;
color: white;
Expand Down

0 comments on commit a4bc749

Please sign in to comment.