This commit is contained in:
kitkatpotato16
2025-02-19 13:50:00 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -53,7 +53,7 @@
<!-- Winkelmandje items worden hier dynamisch toegevoegd -->
</ul>
<p>Totaal: €<span id="total-price">0.00</span></p>
<a href="betalen.html">
<a href="betalen.html" target="_blank">
<button id="order-button">Bestellen</button>
</a>
</div>

View File

@@ -54,6 +54,10 @@ body {
flex: none; /* Remove flex-grow to fit all items in a single row */
}
.menu-item:hover {
transform: scale(1.05);
}
/* Productweergave in een grid */
.product-display {
width: calc(100% - 20%); /* Adjust width to leave space for the cart */