Skip to content

Commit

Permalink
Fix epic
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Sep 23, 2024
1 parent 4f72a5e commit b52634b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Epic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
space,
textEgyptian17,
textEgyptianBold17,
headlineMediumItalic20,
headlineBold20,
} from '@guardian/source/foundations';
import { PrimaryCtaButton } from '../components/PrimaryCtaButton';
import { ReminderCtaButton } from '../components/ReminderCtaButton';
Expand Down Expand Up @@ -54,7 +54,7 @@ const styles = {
${linkStyles}
`,
heading: css`
${headlineMediumItalic20};
${headlineBold20};
margin-top: 0;
margin-bottom: ${space[3]}px;
`,
Expand Down

0 comments on commit b52634b

Please sign in to comment.