File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { Button } from "@/components/ui/button"
22
33export function AboutUs ( ) {
44 return (
5- < section className = "mx-auto flex min-h-screen w-full max-w-4xl flex-col items-center justify-center gap-24 px-6 py-12 text-center" >
6- < h1 className = "typo-display -medium lg :typo-display-large bg-linear-to-r from-text-primary via-blue-secondary to-blue-primary bg-clip-text text-transparent" >
7- PoliNetwork unisce gli studenti del Poli con gruppi, risorse e supporto in un'unica community.
5+ < section className = "mx-auto flex min-h-screen w-full max-w-4xl flex-col items-center justify-center gap-16 px-7.5 py-12 text-center sm:gap-24 " >
6+ < h1 className = "typo-headline -medium sm :typo-display-large bg-linear-to-r from-text-primary via-blue-secondary to-blue-primary bg-clip-text text-transparent" >
7+ PoliNetwork unisce gli studenti del Poli: gruppi, risorse e supporto, tutti in un'unica community.
88 </ h1 >
99
1010 < Button variant = "primary" size = "lg" >
You can’t perform that action at this time.
0 commit comments