File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const DevelopersPage = async ({
133
133
sizes = "100vw"
134
134
style = { { width : "100vw" , objectFit : "cover" } }
135
135
/>
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" >
137
137
< h3 > { t ( "page-developers-start-experimenting" ) } </ h3 >
138
138
< p > { t ( "page-developers-speedrunethereum-description" ) } </ p >
139
139
< ButtonLink
@@ -146,7 +146,7 @@ const DevelopersPage = async ({
146
146
</ div >
147
147
</ div >
148
148
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" >
150
150
< h3 > { t ( "page-developers-jump-right-in-title" ) } </ h3 >
151
151
< div className = "space-y-6" >
152
152
{ quickstarts . map ( ( { description, command } ) => (
You can’t perform that action at this time.
0 commit comments