Skip to content

Commit

Permalink
fix: Center HSL Stop name on infoscreen
Browse files Browse the repository at this point in the history
- Regression of commit 59ef947
  • Loading branch information
IiroP authored and kahlstrm committed Jan 21, 2025
1 parent 6b39f96 commit 27b37c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/infoscreen/hsl-schedules/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function HSLSchedule({ stop }: HSLScheduleProps) {
{stop.arrivals.map((arr) => (
<li
key={arr.route + arr.headSign + arr.fullTime}
className="shadow-solid flex flex-col items-center justify-between rounded-md border-2 border-[var(--infonayttoHSLcolor)] p-3 font-mono text-gray-900 shadow-[var(--infonayttoHSLcolor)] md:flex-row md:items-center"
className="shadow-solid grid grid-cols-[1fr_2fr_1fr] items-center rounded-md border-2 border-[var(--infonayttoHSLcolor)] p-3 font-mono text-gray-900 shadow-[var(--infonayttoHSLcolor)] md:items-center"
>
<div className="text-left text-2xl text-[var(--infonayttoHSLcolor)]">
{arr.route}
Expand Down

0 comments on commit 27b37c3

Please sign in to comment.