Ingrandisce i titoli delle sezioni a 20px.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Cacciari
2026-09-07 11:42:08 +02:00
co-authored by Cursor
parent b92a167b5a
commit ed289b9ecd
+1 -1
View File
@@ -105,7 +105,7 @@ export function Section({
<Reveal as="section" indice={indice} className="px-5 py-4">
{titolo || azione ? (
<div className="mb-3 flex items-center justify-between gap-3">
{titolo ? <h2 className="font-display-sm text-lg uppercase">{titolo}</h2> : <span />}
{titolo ? <h2 className="font-display-sm text-[20px] uppercase">{titolo}</h2> : <span />}
{azione}
</div>
) : null}