mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
style: spacing on mobile
This commit is contained in:
@@ -12,6 +12,7 @@ const useStyles = createStyles((theme) => ({
|
|||||||
paddingBottom: theme.spacing.xl * 2,
|
paddingBottom: theme.spacing.xl * 2,
|
||||||
|
|
||||||
[theme.fn.smallerThan('md')]: {
|
[theme.fn.smallerThan('md')]: {
|
||||||
|
paddingTop: theme.spacing.xl * 2,
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
gap: 50,
|
gap: 50,
|
||||||
},
|
},
|
||||||
@@ -97,7 +98,7 @@ export default function IndexRoute() {
|
|||||||
<Image src={codeSample} className={classes.image} />
|
<Image src={codeSample} className={classes.image} />
|
||||||
</Box>
|
</Box>
|
||||||
<Center>
|
<Center>
|
||||||
<Link href="https://vercel.com/?utm_source=discordjs&utm_campaign=oss" passHref>
|
<Link href="https://vercel.com/?utm_source=discordjs&utm_campaign=oss">
|
||||||
<a title="Vercel">
|
<a title="Vercel">
|
||||||
<Image
|
<Image
|
||||||
src="/powered-by-vercel.svg"
|
src="/powered-by-vercel.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user