Skip to content

Commit

Permalink
fix: improved styling for annoucement hero (#1921)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
vishvamsinh28 and derberg authored Jul 11, 2023
1 parent 53e7517 commit 9c6ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/campaigns/AnnoucementHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function AnnouncementHero({ className = '', small = false, hideVi
<Container wide as="section" padding='' className='text-center'>
<div
className={`bg-gray-50 border border-gray-200 py-6 rounded ${className} ${
small ? 'mb-4' : 'mb-12'
small ? 'mb-4' : 'mx-3 mt-3 p-3 mb-6'
}`}
>
<Heading
Expand Down Expand Up @@ -58,4 +58,4 @@ export default function AnnouncementHero({ className = '', small = false, hideVi
</div>
</Container>
);
}
}

0 comments on commit 9c6ce28

Please sign in to comment.