Skip to content

Commit

Permalink
more line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Sep 23, 2024
1 parent 5bd3321 commit 79641c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Epic/HeaderSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,16 @@ const headerStyles = {
imageCaptionContainer: css``,
imageCaption: css`
${textEgyptian17};
line-height: 1.4;
margin: 0;
`,
imageCaptionBold: css`
${textEgyptianBold17};
line-height: 1.4;
`,
imageCaptionItalic: css`
${textEgyptianItalic17};
line-height: 1.4;
`,
};

Expand Down
2 changes: 2 additions & 0 deletions src/components/ReminderCtaButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const getButtonStyles = (styles: ReminderButtonColorStyles) => {
`,
thankYouText: css`
${textEgyptianBold17};
line-height: 1.4;
margin-top: ${space[3]}px;
`,
remindMeButtonOverrides: css`
Expand All @@ -52,6 +53,7 @@ const getButtonStyles = (styles: ReminderButtonColorStyles) => {
smallPrint: css`
margin-top: ${space[2]}px;
${textEgyptian15};
line-height: 1.4;
`,
};
};
Expand Down

0 comments on commit 79641c2

Please sign in to comment.