mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-02-22 17:19:37 +02:00
Fix time alignment
This commit is contained in:
parent
98b4832111
commit
78a639f368
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
.stationItem {
|
||||
display: grid;
|
||||
grid-template-columns: 50px auto 50px;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
grid-template-rows: auto;
|
||||
grid-template-areas:
|
||||
"arr name dep"
|
||||
|
|
Loading…
Add table
Reference in a new issue