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 */ /* Winkelmandje sectie */
.cart { .cart {
width: 30%; width: 20%;
background-color: #fff; /* Change background color to white */ background-color: #fff; /* Change background color to white */
padding: 20px; padding: 20px;
height: 100vh; height: 100vh;

View File

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