Fix link margins

This commit is contained in:
Regalijan 2024-02-28 00:32:07 -05:00
parent a4d21f40f2
commit 28a60dbe3b
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

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