Skip to content

Commit

Permalink
remove extra padding on referrer step
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Dec 3, 2024
1 parent c914758 commit 998018e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Steps/Referrer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function ReferralSourceStep() {
};

return (
<main className="benefits-form">
<div>
<QuestionHeader>
<FormattedMessage id="questions.referralSource" defaultMessage="Just one more question!" />
</QuestionHeader>
Expand Down Expand Up @@ -182,6 +182,6 @@ export default function ReferralSourceStep() {
)}
<PrevAndContinueButtons backNavigationFunction={backNavigationFunction} />
</form>
</main>
</div>
);
}

0 comments on commit 998018e

Please sign in to comment.