From 211d388017c1e31a717e7a45bd6c5065aba36086 Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Tue, 27 Jan 2026 09:00:53 -0700 Subject: [PATCH] style: fix hover state to use full-card gradient instead of clipped corner --- src/app/smoking-aids/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/smoking-aids/page.tsx b/src/app/smoking-aids/page.tsx index 45d50c5..225a262 100644 --- a/src/app/smoking-aids/page.tsx +++ b/src/app/smoking-aids/page.tsx @@ -95,11 +95,11 @@ export default function SmokingAidsPage() { className="group animate-in fade-in slide-in-from-bottom-12 fill-mode-both" style={{ animationDelay: `${index * 150}ms` }} > - - {/* Decorative gradient blob */} -
+ + {/* Full card gradient overlay on hover */} +
-
+
{/* Image Section - Top on mobile, Left on desktop */}