fix: prevent desktop horizontal overflow in home hero (#2854)

This commit is contained in:
AaronJoel Dev
2026-04-02 00:16:16 +02:00
committed by GitHub
parent 4fd43657dc
commit 77f31fa127
+1 -1
View File
@@ -13,7 +13,7 @@ export function Hero() {
return (
<section
id="hero"
className="relative flex min-h-svh w-svw flex-col items-center justify-center overflow-hidden border-b py-24"
className="relative flex min-h-svh w-full flex-col items-center justify-center overflow-hidden border-b py-24"
>
<Spotlight />