Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/app/matricole/guida/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ export default async function GuidaMatricolaPage() {
const formattedDate = new Intl.DateTimeFormat("it-IT", { dateStyle: "long" }).format(new Date(guida.date))

return (
<main className="mx-auto flex min-h-screen w-full max-w-500 flex-col items-center justify-center gap-10 px-4 py-49">
<div className="mx-12 flex flex-col items-center gap-6">
<h2 className="typo-display-large lg:typo-display-extralarge w-fit bg-linear-to-b from-text-primary to-text-secondary bg-clip-text py-4 text-center text-transparent lg:leading-33">
<main className="mx-auto flex min-h-svh w-full max-w-500 flex-col items-center justify-center gap-10">
<div className="mx-12 flex flex-col items-center lg:gap-6">
<h2 className="typo-display-medium lg:typo-display-extralarge w-fit bg-linear-to-b from-text-primary to-text-secondary bg-clip-text py-4 text-center text-transparent lg:leading-33">
Guida della Matricola
</h2>
<p className="typo-title-large lg:typo-headline-small max-w-4xl text-center">
<p className="typo-title-medium lg:typo-headline-small max-w-4xl text-center">
Controlla l&apos;ultima versione disponibile e scarica il PDF aggiornato.
</p>
</div>
Expand Down
Loading