Skip to content

Commit

Permalink
Make Nylanderinpuisto take 1/3 of vertical space
Browse files Browse the repository at this point in the history
A.I. Virtasen aukio has twice as many lines so it needs twice the size.
  • Loading branch information
Tuupertunut committed Dec 22, 2024
1 parent 96adbe6 commit ad91133
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/app/(infoscreen)/@transit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,19 @@ const Transit = async () => {
</div>
{leftStoptimes}
</div>
<div className="flex size-full w-1/3 flex-col flex-wrap">
<div className="flex h-3/4 w-full flex-col">
<div className="flex size-full w-1/3 flex-col">
<div className="flex h-2/3 w-full flex-col">
<div className="flex w-full justify-between bg-sky-700 p-3">
<p>A.I. Virtasen aukio</p>
</div>
{rightStoptimes}
</div>
<div className="flex w-full justify-between bg-sky-700 p-3">
<p>Nylanderinpuisto</p>
<div className="flex h-1/3 w-full flex-col">
<div className="flex w-full justify-between bg-sky-700 p-3">
<p>Nylanderinpuisto</p>
</div>
{thirdStoptimes}
</div>
{thirdStoptimes}
</div>
</div>
</Slide>
Expand Down

0 comments on commit ad91133

Please sign in to comment.