Add extra padding on bottom of help docs

This commit is contained in:
Jackson Harper 2022-03-31 12:44:09 -07:00
parent 1ca6da0daa
commit 6d480ffe38

View file

@ -162,6 +162,7 @@ export default function Colors(): JSX.Element {
</Link>
</HStack>
</Box>
<Box css={{ height: '120px' }} />
</PrimaryLayout>
)
}