Ingrandisce i titoli delle sezioni a 20px.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -105,7 +105,7 @@ export function Section({
|
|||||||
<Reveal as="section" indice={indice} className="px-5 py-4">
|
<Reveal as="section" indice={indice} className="px-5 py-4">
|
||||||
{titolo || azione ? (
|
{titolo || azione ? (
|
||||||
<div className="mb-3 flex items-center justify-between gap-3">
|
<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}
|
{azione}
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user