mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<!-- Winkelmandje items worden hier dynamisch toegevoegd -->
|
<!-- Winkelmandje items worden hier dynamisch toegevoegd -->
|
||||||
</ul>
|
</ul>
|
||||||
<p>Totaal: €<span id="total-price">0.00</span></p>
|
<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>
|
<button id="order-button">Bestellen</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -54,6 +54,10 @@ body {
|
|||||||
flex: none; /* Remove flex-grow to fit all items in a single row */
|
flex: none; /* Remove flex-grow to fit all items in a single row */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-item:hover {
|
||||||
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
/* Productweergave in een grid */
|
/* Productweergave in een grid */
|
||||||
.product-display {
|
.product-display {
|
||||||
width: calc(100% - 20%); /* Adjust width to leave space for the cart */
|
width: calc(100% - 20%); /* Adjust width to leave space for the cart */
|
||||||
|
|||||||
Reference in New Issue
Block a user