Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 1793f3e

Browse files
committed
feat: fix margins
1 parent 6cf3f05 commit 1793f3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/src/components/home/DiscordHero.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
bg="discord.accessible"
1010
:h="['auto', 'auto', 'auto', 40]"
1111
:px="[4, 10, 12]"
12+
:mt="[4, 10, 10]"
1213
>
1314
<CFlex
1415
flex-dir="row"

website/src/components/home/SandboxExample.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<chakra.div :mx="[0, 10, 12]" :mt="[4, 10, 10]" shadow="2xl" bg="white">
2+
<chakra.div :mx="[0, 10, 12]" shadow="2xl" bg="white">
33
<chakra.div pt="10" :px="{ base: '3', sm: '10' }">
44
<chakra.h1
55
maxW="16ch"

0 commit comments

Comments
 (0)