Merge pull request #33 from LucidKobold/formatting
Fix text center probelms
This commit is contained in:
@@ -68,7 +68,13 @@ export default function Home() {
|
|||||||
</VStack>
|
</VStack>
|
||||||
|
|
||||||
<VStack spaceY={6} w="80vw">
|
<VStack spaceY={6} w="80vw">
|
||||||
<Heading as="h2" color="cyan" fontSize="2.5rem">
|
<Heading
|
||||||
|
as="h2"
|
||||||
|
color="cyan"
|
||||||
|
fontSize="2.5rem"
|
||||||
|
textAlign="center"
|
||||||
|
lineHeight="1"
|
||||||
|
>
|
||||||
{"Other LCM Resources"}
|
{"Other LCM Resources"}
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
@@ -92,7 +98,13 @@ export default function Home() {
|
|||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</HStack>
|
</HStack>
|
||||||
<Heading as="h2" color="cyan" fontSize="2.5rem">
|
<Heading
|
||||||
|
as="h3"
|
||||||
|
color="cyan"
|
||||||
|
fontSize="2.5rem"
|
||||||
|
textAlign="center"
|
||||||
|
lineHeight="1"
|
||||||
|
>
|
||||||
{"Lucid's Socials"}
|
{"Lucid's Socials"}
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user