File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/[locale]/roadmap/_components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ const RoadmapPage = () => {
134
134
from its current form into a fully scaled, maximally resilient
135
135
platform.
136
136
</ p >
137
- < div className = "grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4" >
137
+ < div className = "grid grid-cols-1 items-stretch gap-6 md:grid-cols-2 xl:grid-cols-4" >
138
138
{ changesComingItems . map ( ( item ) => (
139
139
< div
140
140
key = { item . title }
141
- className = "bg-roadmap-card-gradient flex h-full flex-col gap-4 rounded-3xl border p-6"
141
+ className = "bg-roadmap-card-gradient flex flex-col gap-4 rounded-3xl border p-6"
142
142
>
143
143
< div className = "flex flex-row items-center justify-between gap-4" >
144
144
< h3 className = "m-0" > { item . title } </ h3 >
You can’t perform that action at this time.
0 commit comments