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

making websight have more of a responsive design by using % instead of px

parent 123d1b74
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ li {
.cart_box {
border: 2px solid grey;
width: 35%;
width: 45%;
margin-left: 2%;
margin-bottom: 20px;
padding: 10px;
......@@ -188,10 +188,11 @@ li {
}
.item_cart_img {
height: 100px;
height: 80%;
float: right;
padding: 20px;
transform: scale(1);
max-width: 50%
}
.item_cart_img:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment