Skip to content

Commit

Permalink
Add width: fit-content on Apply
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Tou <gary@garytou.com>
  • Loading branch information
lachlanjc and garyhtou committed Mar 19, 2024
1 parent 35c6767 commit 4ea2a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/fiscal-sponsorship/apply/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Apply() {
</Heading>
</Box>
<HCBInfo />
<ContactBanner sx={{ borderRadius: 'default', bg: 'snow' }} />
<ContactBanner sx={{ borderRadius: 'default', bg: 'snow', width: 'fit-content' }} />
</Flex>
<FormContainer
ref={formContainer}
Expand Down

0 comments on commit 4ea2a63

Please sign in to comment.