resize clock labels

This commit is contained in:
Mononaut
2023-05-04 17:49:46 -04:00
parent 19353fc1d0
commit 07dddd857b
2 changed files with 15 additions and 10 deletions

View File

@@ -45,8 +45,8 @@
p {
margin: 0;
font-size: calc(0.05 * var(--clock-width));
line-height: calc(0.07 * var(--clock-width));
font-size: calc(0.055 * var(--clock-width));
line-height: calc(0.05 * var(--clock-width));
opacity: 0.8;
&.force-wrap {
@@ -59,6 +59,11 @@
}
}
.label {
font-size: calc(0.04 * var(--clock-width));
line-height: calc(0.05 * var(--clock-width));
}
&.top {
top: calc(var(--chain-height) + 2%);
}