Skip to content

Commit 5d4fd39

Browse files
committed
fix: update AboutUs component typography and layout for consistency
1 parent 998b219 commit 5d4fd39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/home/about-us.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { Button } from "@/components/ui/button"
22

33
export 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">

0 commit comments

Comments
 (0)