Skip to content

Commit a5d76da

Browse files
committed
feat(home): button paddings
1 parent 91dcd86 commit a5d76da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/introduction-page/index.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ const Introduction: React.FC = () => {
4848
<h1 className="!text-5xl !font-medium">AC Scripts</h1>
4949
</div>
5050

51-
<div className="flex gap-4">
51+
<div className="flex flex-wrap gap-4">
5252
<Link
5353
href="https://github.com/acscripts"
5454
target="_blank"
55-
className="flex w-fit items-center gap-1 rounded-md bg-[#333333] p-2"
55+
className="flex w-fit items-center gap-2 rounded-md bg-[#333333] px-4 py-2"
5656
>
5757
<Icon icon="mdi:github" className="h-6 w-6" />
5858
<p className="!text-md !font-medium">GitHub</p>
@@ -61,7 +61,7 @@ const Introduction: React.FC = () => {
6161
<Link
6262
href="https://discord.acscripts.dev"
6363
target="_blank"
64-
className="flex w-fit items-center gap-1 rounded-md bg-[#5865f2] p-2"
64+
className="flex w-fit items-center gap-2 rounded-md bg-[#5865f2] px-4 py-2"
6565
>
6666
<Icon icon="ic:baseline-discord" className="h-6 w-6" />
6767
<p className="!text-md !font-medium">Discord</p>
@@ -70,9 +70,9 @@ const Introduction: React.FC = () => {
7070
<Link
7171
href="https://store.acscripts.dev"
7272
target="_blank"
73-
className="flex w-fit items-center gap-1 rounded-md bg-[#41c4c3] p-2 !text-black"
73+
className="flex w-fit items-center gap-2 rounded-md bg-[#41c4c3] px-4 py-2 !text-black"
7474
>
75-
<Icon icon="ac:tebex" className="h-6 w-6" />
75+
<Icon icon="ac:tebex" className="h-6 w-auto" />
7676
<p className="!text-md !font-medium">Tebex</p>
7777
</Link>
7878
</div>

0 commit comments

Comments
 (0)