We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bd633 commit 008587bCopy full SHA for 008587b
web/src/heros/MediumImpact/index.tsx
@@ -8,7 +8,7 @@ import RichText from '@/components/RichText'
8
9
export const MediumImpactHero: React.FC<Page['hero']> = ({ links, media, richText }) => {
10
return (
11
- <div className="container pb-16 md:py-16 grid lg:grid-cols-2 gap-8">
+ <div className="container pb-16 grid lg:grid-cols-2 gap-8">
12
<div className="lg:py-28 flex flex-col justify-center items-start gap-4">
13
{richText && <RichText data={richText} removeMargins enableGutter={false} />}
14
0 commit comments