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;
}
.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;
}
}
</style>