Fix CSS typo

This commit is contained in:
Kenneth Bruen 2022-12-25 09:52:34 +02:00
parent c0c5f3e7c4
commit 06e57e5b8b
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
2 changed files with 2 additions and 2 deletions

2
sw.js
View file

@ -1,4 +1,4 @@
const VERSION = 'v20' const VERSION = 'v22'
const API_ORIGIN = 'https://scraper.infotren.dcdev.ro/' const API_ORIGIN = 'https://scraper.infotren.dcdev.ro/'
const API_TRAINS = `${API_ORIGIN}v3/trains` const API_TRAINS = `${API_ORIGIN}v3/trains`
const API_STATIONS = `${API_ORIGIN}v3/stations` const API_STATIONS = `${API_ORIGIN}v3/stations`

View file

@ -64,7 +64,7 @@
align-items: flex-end; align-items: flex-end;
} }
.stationItem .arrival, .station .departure { .stationItem .arrival, .stationItem .departure {
align-self: center; align-self: center;
display: flex; display: flex;