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;
}
}