This commit is contained in:
cowboykipnugget
2025-02-13 11:48:23 +01:00
parent 2f825ddcf9
commit 8308101f21
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* Winkelmandje sectie */
.cart {
width: 30%;
width: 20%;
background-color: #fff; /* Change background color to white */
padding: 20px;
height: 100vh;

View File

@@ -9,7 +9,7 @@ body {
/* Linkerkant menu */
.menu-list {
width: 30%;
width: 25%;
background-color: #f2c14e;
padding: 20px;
height: 100vh;
@@ -33,10 +33,11 @@ body {
/* Productweergave in een grid */
.product-display {
width: 70%;
width: 55%;
flex-wrap: wrap;
padding: 20px;
justify-content: space-around;
padding: 50px;
justify-content: space-between 40px;
display: inline-flex;
}
.product-box {