diff --git a/app/templates/index.html b/app/templates/index.html index 6862c77..9b7726d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -8,16 +8,16 @@
-

Abfahrten Stand: {{ generated_at }}

+

Abfahrten {{ generated_at }}

{% if departures %} {% for d in departures %} @@ -99,17 +99,18 @@ td { .line { font-weight: 700; font-size: 18px; - display: block; -} -.station { - font-size: 14px; - color: #6b7280; } .destination { font-size: 18px; } +.station { + font-size: 14px; + color: #6b7280; + margin-top: 2px; + display: block; +} .time { - text-align: right; + text-align: center; white-space: nowrap; font-weight: 700; font-size: 20px; @@ -151,7 +152,7 @@ td { margin: 4px 0 8px 4px; } .updated { - font-size: 12px; + font-size: 20px; } td { padding: 8px 4px;
{{ d.icon }} -
+
{{ d.line }} - {{ d.destination }} + {{ d.destination }}
{{ d.station }}