diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 01:23:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 01:23:00 +0200 |
| commit | e7df26edfb920e39bd45bef40830c8e6f2e88ed3 (patch) | |
| tree | d4961af3a2aa8df7d15342df6008ec4ceb754f6b /StoneIsland/www/css/cart.css | |
| parent | eb0693bda1edce80569ee15c1543a7a897c8f359 (diff) | |
fix
Diffstat (limited to 'StoneIsland/www/css/cart.css')
| -rwxr-xr-x | StoneIsland/www/css/cart.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index e66324b7..1a68099d 100755 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -113,7 +113,12 @@ #cart h3 { padding-left: 5px; - font-size:12px; + font-size:16px; + height: 48px; + display: flex; + justify-content: flex-start; + align-items: center; + font-size: 16px; } .cart_item_row { @@ -298,9 +303,10 @@ color:#000; position:relative; text-align:right; width:calc(100vw - 10px); - margin:0 auto; + margin:0 auto 20px 0; box-sizing:border-box; - + display: flex; + flex-direction: column; } .dropdown-wrapper .add_edit { @@ -359,6 +365,9 @@ color:#000; margin-left:5px; margin-bottom:6px; } +#cart .cc_confirm h3 { + justify-content: center +} #cart_shipping input:first-child { margin-top:10px |
