Skip to content
Snippets Groups Projects
Commit 2614be93 authored by Michael Drury's avatar Michael Drury
Browse files

making websight have more of a responsive design

parent 100e5537
No related branches found
No related tags found
No related merge requests found
...@@ -174,8 +174,9 @@ li { ...@@ -174,8 +174,9 @@ li {
.cart_box { .cart_box {
border: 2px solid grey; border: 2px solid grey;
width: 400px; width: 35%;
margin: 20px; margin-left: 2%;
margin-bottom: 20px;
padding: 10px; padding: 10px;
height: 150px height: 150px
} }
...@@ -213,17 +214,17 @@ li { ...@@ -213,17 +214,17 @@ li {
} }
.total_price { .total_price {
padding-left: 20px; padding-left: 2%;
} }
.cart_welcome { .cart_welcome {
padding-left: 20px; padding-left: 2%;
font-family: Andale Mono, monospace; font-family: Andale Mono, monospace;
font-size: 300%; font-size: 300%;
} }
.empty_cart { .empty_cart {
padding-left: 20px; padding-left: 2%;
font-size: 200%; font-size: 200%;
} }
...@@ -234,7 +235,7 @@ li { ...@@ -234,7 +235,7 @@ li {
} }
.item_amount_cart { .item_amount_cart {
padding-left: 20px; padding-left: 2%;
} }
.checkout_title { .checkout_title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment