Skip to content

Commit 3bb7a52

Browse files
committed
Center footer contents
1 parent bd729c1 commit 3bb7a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common-components/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const Footer = () => {
8686
>
8787
{component?.footerMessage && <Markdown text={component?.footerMessage} />}
8888

89-
<Flex justify="center" gap={5} align="center" flexDirection={['column', null, 'row']}>
89+
<Flex w="full" justify="center" gap={5} align="center" flexDirection={['column', null, 'row']}>
9090
<OrganizerLogo
9191
imageSrc={component?.hostLogo}
9292
websiteUrl={component?.hostWebsiteUrl}

0 commit comments

Comments
 (0)