From 877e0b02d0a84d340415c321c6062b8cdb5d92ca Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 1 Aug 2026 21:44:54 +0200 Subject: [PATCH] fix mobile layout --- app/templates/index.html | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 9b7726d..e731a81 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -66,7 +66,7 @@ h1 { font-weight: 500; } .updated { - font-size: 14px; + font-size: 20px; color: #6b7280; margin-left: 4px; } @@ -110,7 +110,7 @@ td { display: block; } .time { - text-align: center; + text-align: right; white-space: nowrap; font-weight: 700; font-size: 20px; @@ -148,12 +148,8 @@ td { padding: 4px; } h1 { - font-size: 20px; margin: 4px 0 8px 4px; } - .updated { - font-size: 20px; - } td { padding: 8px 4px; } @@ -161,19 +157,6 @@ td { width: 26px; height: 26px; line-height: 26px; - font-size: 13px; - } - .line { - font-size: 16px; - } - .station { - font-size: 12px; - } - .destination { - font-size: 16px; - } - .time { - font-size: 18px; } }