Skip to content

Commit 5d2dfb4

Browse files
committed
sticky faq image
1 parent b7f4d64 commit 5d2dfb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/[locale]/roadmap/_components/roadmap.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const RoadmapPage = () => {
160160

161161
<div className="flex w-full flex-col gap-8 px-8 py-4">
162162
<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">
164164
Ethereum is already a powerful platform, but it is still being
165165
improved. An ambitious set of improvements will upgrade Ethereum
166166
from its current form into a fully scaled, maximally resilient
@@ -188,7 +188,7 @@ const RoadmapPage = () => {
188188
</div>
189189

190190
<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">
192192
<h2 className="mb-8">Why does Ethereum need a roadmap?</h2>
193193
<p className="mb-10">
194194
Ethereum gets regular upgrades that enhance its scalability,
@@ -274,7 +274,7 @@ const RoadmapPage = () => {
274274
</div>
275275

276276
<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">
278278
<Image
279279
src={ethBlocksImage}
280280
alt="Ethereum blocks"

0 commit comments

Comments
 (0)