Skip to content

Commit 6eac4ee

Browse files
Update top spacing so that header not hidden
1 parent d09359f commit 6eac4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const Features = () => {
1818
return (
1919
<Box id={'features'} as='section' bg='white' color='black'>
2020
<Container maxW='container.lg' pt={6} centerContent>
21-
<Heading as='h1' size='2xl' mt={6}>
21+
<Heading as='h1' size='2xl' mt={10}>
2222
Key Features & Capabilities
2323
</Heading>
2424
<Text fontSize={'lg'}>

0 commit comments

Comments
 (0)