From 9b1f471ebcef8768ddddebb436f7118b35a36300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Wed, 8 Apr 2026 14:06:54 -0400 Subject: [PATCH] fix: Hacer que las cards se ajusten al contenido --- src/components/CardPizza.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CardPizza.css b/src/components/CardPizza.css index 6f8c511..c2acdd1 100644 --- a/src/components/CardPizza.css +++ b/src/components/CardPizza.css @@ -1,4 +1,4 @@ .card-pizza { - --uno: "rounded-md shadow-sm bg-gray-200 flex flex-col w-128"; + --uno: "rounded-md shadow-sm bg-gray-200 flex flex-col w-128 h-fit pb-2"; overflow: hidden; }