This commit is contained in:
cowboykipnugget
2025-02-12 14:09:09 +01:00
parent 5a510af54e
commit 45cb753713
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ function showCategory(category) {
} else if (category === 'Snacks') {
items = [
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
{ title: "Bitterballen", imageSrc: "media/bitterballen.jpg", price: 2.50 },
{ title: "Bitterballen", imageSrc: "https://www.taalvoutjes.nl/app/uploads/2014/09/bitterbal.jpg", price: 2.50 },
];
} else if (category === 'deserts') {
items = [

View File

@@ -34,7 +34,6 @@ body {
/* Productweergave in een grid */
.product-display {
width: 70%;
display: flex;
flex-wrap: wrap;
padding: 20px;
justify-content: space-around;