Skip to content

Commit 64c4ece

Browse files
committed
fix(home): hero title first line same size as main title lines
Remove the eyebrow sizing from the first line of the hero title so OpenSource.Win / The OpenSource.Win renders at the same size as the following two lines.
1 parent a87b7a4 commit 64c4ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function Home() {
9898
key={i}
9999
className={
100100
i === 0
101-
? "block text-primary text-xl sm:text-2xl md:text-3xl lg:text-4xl opacity-90 font-normal tracking-tight mb-1"
101+
? "block text-primary mb-1"
102102
: "block"
103103
}
104104
>

0 commit comments

Comments
 (0)