Skip to content

Commit 008587b

Browse files
committed
Remove unnecessary md:py-16 class from MediumImpactHero container
Signed-off-by: Christopher Wray <chris@sol.company>
1 parent b9bd633 commit 008587b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/heros/MediumImpact/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import RichText from '@/components/RichText'
88

99
export const MediumImpactHero: React.FC<Page['hero']> = ({ links, media, richText }) => {
1010
return (
11-
<div className="container pb-16 md:py-16 grid lg:grid-cols-2 gap-8">
11+
<div className="container pb-16 grid lg:grid-cols-2 gap-8">
1212
<div className="lg:py-28 flex flex-col justify-center items-start gap-4">
1313
{richText && <RichText data={richText} removeMargins enableGutter={false} />}
1414

0 commit comments

Comments
 (0)