Skip to content

Commit

Permalink
remove top margin from SurevyCTA h3
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Sep 26, 2024
1 parent b005de4 commit 89a7fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/SurveyCTA.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const SurveyCTA = ({
return (
<div className="flex flex-col md:flex-row py-6 bg-multi-blue-blue70 rounded-2xl">
<div className="flex flex-col px-10 text-multi-neutrals-white">
<h3 className="font-display">{heading}</h3>
<h3 className="font-display mt-0">{heading}</h3>
<p className="font-body">{description}</p>
</div>
<div className="flex flex-col px-10 pt-5 md:pt-0 md:justify-center md:items-center whitespace-nowrap">
Expand Down

0 comments on commit 89a7fdf

Please sign in to comment.