Skip to content

Commit 48e51a3

Browse files
Tightening layout
1 parent c9aa1ee commit 48e51a3

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/funders.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export const Funders = () => {
1919
return (
2020
<Box id={'funders'} as='section' bg='#27187E' color='white'>
2121
<Container maxW='container.lg' centerContent>
22-
<Heading as='h1' size='2xl' mt={6} mb={0}>
23-
Funders
24-
</Heading>
25-
2622
<Box my={8}>
2723
<Text fontSize={'lg'}>
2824
VirtualShip development has been supported by the following

src/components/video-demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const VideoDemo = () => {
99
as='section'
1010
mt={0}
1111
mb={0}
12-
pb={12}
12+
pb={0}
1313
pt={12}
1414
bg='#758BFD'
1515
color='white'

0 commit comments

Comments
 (0)