mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
e
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user