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; }