Skip to content

Commit 5e9a801

Browse files
small updates
1 parent a72986f commit 5e9a801

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const SocialButton = ({ children, label, href }) => {
4040

4141
const ListHeader = ({ children }) => {
4242
return (
43-
<Text fontWeight={'bold'} my={2}>
43+
<Text fontWeight={'bold'} mb={2}>
4444
{children}
4545
</Text>
4646
)

src/components/funders.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export const Funders = () => {
2020
<Box id={'funders'} as='section' bg='#27187E' color='white'>
2121
<Container maxW='container.lg' centerContent>
2222
<Box my={8}>
23-
<Text fontSize={'lg'}>
23+
<Text fontSize={'lg'} textAlign='center'>
2424
VirtualShip development has been supported by the following
25-
organisations:
25+
organisations
2626
</Text>
2727

2828
<Grid

0 commit comments

Comments
 (0)