fix mobile layout

This commit is contained in:
2026-08-01 21:44:54 +02:00
parent 2e0249329b
commit 877e0b02d0
+2 -19
View File
@@ -66,7 +66,7 @@ h1 {
font-weight: 500; font-weight: 500;
} }
.updated { .updated {
font-size: 14px; font-size: 20px;
color: #6b7280; color: #6b7280;
margin-left: 4px; margin-left: 4px;
} }
@@ -110,7 +110,7 @@ td {
display: block; display: block;
} }
.time { .time {
text-align: center; text-align: right;
white-space: nowrap; white-space: nowrap;
font-weight: 700; font-weight: 700;
font-size: 20px; font-size: 20px;
@@ -148,12 +148,8 @@ td {
padding: 4px; padding: 4px;
} }
h1 { h1 {
font-size: 20px;
margin: 4px 0 8px 4px; margin: 4px 0 8px 4px;
} }
.updated {
font-size: 20px;
}
td { td {
padding: 8px 4px; padding: 8px 4px;
} }
@@ -161,19 +157,6 @@ td {
width: 26px; width: 26px;
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
font-size: 13px;
}
.line {
font-size: 16px;
}
.station {
font-size: 12px;
}
.destination {
font-size: 16px;
}
.time {
font-size: 18px;
} }
} }
</style> </style>