Fix roadmap responsivness

This commit is contained in:
Kamran Ahmed
2021-12-08 16:22:21 +01:00
parent 7ac1dd9b9c
commit d1f6951da2

View File

@ -93,7 +93,7 @@ export function RoadmapPageHeader(props: RoadmapPageHeaderType) {
{roadmap.id === 'frontend' && (
<Text
mt="30px"
mb="-47px"
mb={['-37px', '-32px', '-47px']}
fontWeight={500}
fontSize="14px"
bg="white"