From ed289b9ecdbecc3625a8e6bb6fb4003109c2c9dc Mon Sep 17 00:00:00 2001 From: Ivan Cacciari Date: Mon, 7 Sep 2026 11:42:08 +0200 Subject: [PATCH] Ingrandisce i titoli delle sezioni a 20px. Co-authored-by: Cursor --- src/components/crapp/ui-bits.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/crapp/ui-bits.tsx b/src/components/crapp/ui-bits.tsx index 65b3ceb..38e8590 100644 --- a/src/components/crapp/ui-bits.tsx +++ b/src/components/crapp/ui-bits.tsx @@ -105,7 +105,7 @@ export function Section({ {titolo || azione ? (
- {titolo ?

{titolo}

: } + {titolo ?

{titolo}

: } {azione}
) : null}