From cd8091e5543dc4344a7721e2944709ac3deb7485 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 1 Aug 2026 21:35:30 +0200 Subject: [PATCH] line and station in same line --- app/templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 2a0cea9..6862c77 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -15,8 +15,10 @@ {{ d.icon }} - {{ d.line }} - {{ d.destination }} +
+ {{ d.line }} + {{ d.destination }} +
{{ d.station }}