Skip to content

Commit 65ef3a2

Browse files
committed
patch: mobile spacing
1 parent dd73ab9 commit 65ef3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/[locale]/developers/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const DevelopersPage = async ({
133133
sizes="100vw"
134134
style={{ width: "100vw", objectFit: "cover" }}
135135
/>
136-
<div className="z-[1] space-y-4 break-words p-6 md:space-y-6 lg:p-12">
136+
<div className="z-[1] space-y-4 break-words px-6 py-10 md:space-y-6 lg:p-12">
137137
<h3>{t("page-developers-start-experimenting")}</h3>
138138
<p>{t("page-developers-speedrunethereum-description")}</p>
139139
<ButtonLink
@@ -146,7 +146,7 @@ const DevelopersPage = async ({
146146
</div>
147147
</div>
148148

149-
<Card className="!space-y-8 break-words border border-accent-c/20 bg-gradient-to-t from-accent-c/15 to-accent-c/5 p-6 md:space-y-6 lg:p-12">
149+
<Card className="!space-y-8 break-words border border-accent-c/20 bg-gradient-to-t from-accent-c/15 to-accent-c/5 px-6 py-10 md:space-y-6 lg:p-12">
150150
<h3>{t("page-developers-jump-right-in-title")}</h3>
151151
<div className="space-y-6">
152152
{quickstarts.map(({ description, command }) => (

0 commit comments

Comments
 (0)