mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 17:03:55 +10:00
fix: prevent desktop horizontal overflow in home hero (#2854)
This commit is contained in:
@@ -13,7 +13,7 @@ export function Hero() {
|
|||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
id="hero"
|
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 />
|
<Spotlight />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user