Fix responsiveness issues

This commit is contained in:
Kamran Ahmed
2021-09-09 22:32:12 +02:00
parent b6205af02c
commit e43c21a01d
4 changed files with 16 additions and 10 deletions

View File

@ -16,13 +16,13 @@ export function PageHeader(props: PageHeaderProps) {
<Heading
as='h1'
color='black'
fontSize={['33px', '33px', '40px']}
fontSize={['28px', '33px', '40px']}
fontWeight={700}
mb={['2px', '2px', '5px']}
>
{title}
</Heading>
<Text fontSize={['14px', '14px', '15px']}>{subtitle}</Text>
<Text fontSize={['13px', '14px', '15px']}>{subtitle}</Text>
</Container>
{children && (