summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/main.css b/src/static/main.css
index 36739e9..c292a7a 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -42,8 +42,8 @@ hr {
.program-progress {
display: inline-block;
background: #006688;
- height: calc(var(--line-height) * 0.8333);;
- margin-top: calc(var(--line-height) * 0.0833);
+ height: calc(1em * var(--line-height) * 0.8333);
+ margin-top: calc(1em * var(--line-height) * 0.0833);
position: absolute;
left: 0;
overflow: hidden;