move clock logic inside country logic

This commit is contained in:
jonathanlei
2023-08-30 12:32:54 -07:00
parent 1c6359e560
commit 88c58ba77d
4 changed files with 32 additions and 43 deletions

View File

@@ -314,3 +314,15 @@ html.light {
}
}
}
.clock-number {
font-variant-numeric: tabular-nums;
}
.js-clock .box {
display: inline-block;
margin-right: 10px;
}
.js-clock .box:last-child {
margin-right: 0;
}