-
);
}
diff --git a/src/components/WineButtons.jsx b/src/components/WineButtons.jsx
index 10f6f8c..f0bb26a 100644
--- a/src/components/WineButtons.jsx
+++ b/src/components/WineButtons.jsx
@@ -35,7 +35,9 @@ function WineButtons({ wineData }) {
{wines.map((wine) => (
+ text-center text-[#722F37] text-xs md:text-sm min-h-[40px]
+ flex items-center justify-center whitespace-normal
+ hover:-translate-y-0.5">
{wine}
))}
@@ -51,9 +53,9 @@ function WineButtons({ wineData }) {
@@ -77,7 +79,7 @@ function WineButtons({ wineData }) {