File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/[locale]/roadmap/_components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const RoadmapPage = () => {
160
160
161
161
< div className = "flex w-full flex-col gap-8 px-8 py-4" >
162
162
< h2 className = "m-0" > What changes are coming to Ethereum?</ h2 >
163
- < p className = "text-lg" >
163
+ < p className = "max-w-screen-md text-lg" >
164
164
Ethereum is already a powerful platform, but it is still being
165
165
improved. An ambitious set of improvements will upgrade Ethereum
166
166
from its current form into a fully scaled, maximally resilient
@@ -188,7 +188,7 @@ const RoadmapPage = () => {
188
188
</ div >
189
189
190
190
< div className = "flex flex-col-reverse gap-12 px-8 py-4 md:w-full md:flex-row" >
191
- < div className = "flex-1" >
191
+ < div className = "max-w-screen-md flex-1" >
192
192
< h2 className = "mb-8" > Why does Ethereum need a roadmap?</ h2 >
193
193
< p className = "mb-10" >
194
194
Ethereum gets regular upgrades that enhance its scalability,
@@ -274,7 +274,7 @@ const RoadmapPage = () => {
274
274
</ div >
275
275
276
276
< div className = "flex flex-col gap-8 px-8 lg:flex-row" >
277
- < div className = "flex flex-1 items-start" >
277
+ < div className = "sticky top-24 flex h-fit flex-1 items-start" >
278
278
< Image
279
279
src = { ethBlocksImage }
280
280
alt = "Ethereum blocks"
You can’t perform that action at this time.
0 commit comments