Skip to content

Commit a716bb0

Browse files
committed
fix: adjust Hero component typography and layout for consistency
1 parent eff95a8 commit a716bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/home/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { Input } from "@/components/ui/input"
44

55
export function Hero() {
66
return (
7-
<section className="flex min-h-screen flex-col gap-40 px-6 pt-24 pb-15 md:gap-70 md:px-12 md:pt-67">
7+
<section className="flex min-h-screen flex-col gap-40 px-6 pt-24 pb-15 sm:gap-70 sm:px-12 sm:pt-67">
88
<div className="flex flex-col items-center gap-17.5 text-center">
9-
<h1 className="typo-display-medium md:typo-display-large w-fit max-w-4xl bg-linear-to-b from-text-primary to-text-secondary bg-clip-text text-transparent">
9+
<h1 className="typo-display-small sm:typo-display-medium md:typo-display-large w-fit max-w-4xl bg-linear-to-b from-text-primary to-text-secondary bg-clip-text text-transparent">
1010
Trova gruppi, risorse e supporto tra gli studenti del Polimi
1111
</h1>
1212

0 commit comments

Comments
 (0)