aboutsummaryrefslogtreecommitdiff
path: root/timer.css
diff options
context:
space:
mode:
Diffstat (limited to 'timer.css')
-rw-r--r--timer.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/timer.css b/timer.css
index 253d895..2285a38 100644
--- a/timer.css
+++ b/timer.css
@@ -9,7 +9,7 @@ body {
}
#page {
- font-size: 85vh;
+ font-size: 30vh;
/* other font sizes, depending on CEF support */
/* font-size: min(30vmin, max(90vh, calc(100vw * 0.40))); */
/* font-size: clamp(10vmin, 90vh, calc(100vw * 0.40)); */
@@ -28,3 +28,13 @@ body {
height: 100%;
margin: 0 auto;
}
+
+#bar {
+ height: 20vh;
+}
+
+#progress {
+ background: #000;
+ width: 0%;
+ height: inherit;
+}