From f9fe914c3207347bbac2d9610a1ff38568ccfd0a Mon Sep 17 00:00:00 2001 From: k Date: Sat, 2 Aug 2025 15:36:14 +0200 Subject: [PATCH] Update images, enhance Drinks section, and adjust styles: - **Image updates**: Replaced placeholder images with new gallery images (`Gallery1.png` to `Gallery8.png`) and added whiskey images (`Whiskey1.png` to `Whiskey3.png`). - **Drinks section**: Added description, updated drink types, and included new images for Whiskey options and Monthly Special. - **Circular design refinements**: Enlarged circle dimensions, ensured image fit with `object-fit: cover`, and added responsive adjustments. - **Style improvements**: Introduced overflow handling, z-index management, and tailored sizes for Whiskey circles. --- src/styles/components/Drinks.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/components/Drinks.css b/src/styles/components/Drinks.css index 1b3f382..60b2df0 100644 --- a/src/styles/components/Drinks.css +++ b/src/styles/components/Drinks.css @@ -68,7 +68,6 @@ align-items: center; margin-bottom: 1.5rem; padding: 1rem; - background-color: rgba(0, 0, 0, 0.2); border-radius: var(--border-radius); width: 80%; max-width: 300px;