mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-09 20:44:53 +10:00
fix: prevent desktop horizontal overflow in home hero (#2854)
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user