mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
Add hover effect to menu items for improved interactivity
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user