diff --git a/sw.js b/sw.js index a8f5cd7..f05f9d2 100755 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const VERSION = 'v20' +const VERSION = 'v22' const API_ORIGIN = 'https://scraper.infotren.dcdev.ro/' const API_TRAINS = `${API_ORIGIN}v3/trains` const API_STATIONS = `${API_ORIGIN}v3/stations` diff --git a/view-train.css b/view-train.css index 788f4e5..6fc7fe8 100644 --- a/view-train.css +++ b/view-train.css @@ -64,7 +64,7 @@ align-items: flex-end; } -.stationItem .arrival, .station .departure { +.stationItem .arrival, .stationItem .departure { align-self: center; display: flex;