lowimpact
This commit is contained in:
parent
3e671ccbe0
commit
06ba7b97d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue