Skip to content

Commit

Permalink
fix small break
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneywalcoff committed Mar 6, 2023
1 parent 01ee3d2 commit 4a97f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/statement-generator/src/pages/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function LandingSection5() {
<p>{t('landing_page.sectionParagraph5a')}</p>
<img
className={classes.sectionImage}
style={{ display: 'block' }}
style={{ display: 'block', width: '100%' }}
src={completeLetter}
alt="a complete letter"
/>
Expand Down

0 comments on commit 4a97f71

Please sign in to comment.