Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: font size of home page (#4457)
Browse files Browse the repository at this point in the history
Co-authored-by: VWSCoronaDashboard27 <[email protected]>
  • Loading branch information
DariaKwork and VWSCoronaDashboard27 authored Oct 17, 2022
1 parent e043c17 commit 57e2167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const TopicalHeader = ({
return (
<Box spacing={4}>
<Heading level={1}>{title}</Heading>
<Box spacing={3} fontSize={2}>
<Box spacing={3} fontSize={3}>
{dynamicDescriptions.map((description) => (
<Markdown key={description.index} content={description.content} />
))}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ export const TopicalThemeHeader = ({
)}
<Heading level={2}>{title}</Heading>
</Box>

<Box fontSize={3}>
<Markdown content={dynamicSubtitle} />
</Box>
</Box>
);
};
Expand Down

0 comments on commit 57e2167

Please sign in to comment.