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

Commit

Permalink
fix: size difference
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrik-Klijnsma-Work committed Jul 3, 2023
1 parent 8e161ca commit aa66622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/src/pages/over.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ const Over = (props: StaticProps<typeof getStaticProps>) => {
<Box textVariant="body1" bg="white">
<Box paddingBottom={space[5]}>
<Box marginBottom={space[4]} maxWidth={sizes.maxWidthText}>
<Heading level={1}>{content.title}</Heading>
<Heading variant="h2" level={1}>
{content.title}
</Heading>
</Box>
<TwoColumnLayout>
<div>
Expand Down

0 comments on commit aa66622

Please sign in to comment.