lowimpact

This commit is contained in:
Mackie 2026-06-03 10:18:49 +08:00
parent 3e671ccbe0
commit 06ba7b97d5

View file

@ -54,7 +54,7 @@ export const LowImpactHero: React.FC<LowImpactHeroType> = ({
{isImage && (
<div className="absolute inset-0 bg-background" style={{ opacity: overlayOpacity }} />
)}
<div className="container mt-16 relative z-10">
<div className="container mt-16 py-16 relative z-10">
<div className="max-w-[48rem] [&_h3]:opacity-60">
{children || (richText && <RichText data={richText} enableGutter={false} />)}
</div>