Adjust game hero spacing

cgen-29483bd75e684c6b998bd54bda647a49
This commit is contained in:
Builder.io 2025-10-04 01:23:57 +00:00
parent c52da77199
commit 845f28ef20

View file

@ -247,7 +247,7 @@ export default function GameDevelopment() {
<Layout>
<div className="min-h-screen bg-aethex-gradient">
{/* Hero Section */}
<section className="relative py-20 lg:py-32 overflow-hidden">
<section className="relative py-16 sm:py-24 lg:py-32 overflow-hidden">
<div className="absolute inset-0 opacity-10">
{[...Array(30)].map((_, i) => (
<div