Tweaked layout.

This commit is contained in:
2025-12-04 12:39:12 -05:00
parent d4040322a5
commit fc04f7ba7a
5 changed files with 22 additions and 18 deletions

View File

@@ -104,7 +104,7 @@ export default function Home() {
py="5vh"
minW="fit-content"
>
<VStack w={{ base: "100%", md: "90%" }} gap={6} minW="fit-content">
<VStack w={{ base: "100%", md: "90%" }} gap={10} minW="fit-content">
<VStack w="80%" gap={10}>
<Icon h="7.5rem" color="whiteAlpha">
<svg
@@ -171,7 +171,12 @@ export default function Home() {
/>
</VStack>
<VStack w="95%" gap="5vh">
<Heading as="h1" fontSize="3xl">{`30 Day Stats`}</Heading>
<VStack gap={1}>
<Heading as="h1" fontSize="3xl">{`30 Day Stats`}</Heading>
<Text textAlign="center" fontSize="sm" color="whiteAlpha.800">
{"Updates every 24 hours"}
</Text>
</VStack>
<Skeleton w="100%" h="auto" loading={thirtyDayStatsFetching}>
<LinksDeletedChart lineChartData={lineChartArrState} />
</Skeleton>