Margin -> padding

This commit is contained in:
2024-02-26 14:22:19 -05:00
parent 18e63c22dd
commit 97626316ab

View File

@ -253,11 +253,11 @@ export default function () {
</ModalContent> </ModalContent>
</Modal> </Modal>
<VStack spacing="8">{eventCards}</VStack> <VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/book-event" mt="16px"> <Link color="#646cff" href="/book-event" pt="16px">
Book an Event Book an Event
</Link> </Link>
<br /> <br />
<Link color="#646cff" href="/et-members" mt="8px"> <Link color="#646cff" href="/et-members" pt="8px">
Events Team Member Management Events Team Member Management
</Link> </Link>
</Container> </Container>