From d38f87d69537360f50707ccb99c008be93cec4ea Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Wed, 3 Sep 2025 23:07:19 -0300 Subject: [PATCH] fix: add overflow-hidden to FeatureTile component for improved layout --- apps/web/src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/routes/index.tsx b/apps/web/src/routes/index.tsx index 8e21eea..f431c84 100644 --- a/apps/web/src/routes/index.tsx +++ b/apps/web/src/routes/index.tsx @@ -102,7 +102,7 @@ function FeatureTile({ feature }: { feature: Feature }) {
-
+