aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2024-09-25 14:43:23 -0700
committerzlg <zlg@zlg.space>2024-09-25 14:43:23 -0700
commitfa58a685c6281ac0e1ff832ee842db6cf7cfb5c0 (patch)
treee13fde9a5c3ffb842b18ebc9cfa977301d93d31c
parentAdd progress bar countdown style (diff)
downloadzsst-fa58a685c6281ac0e1ff832ee842db6cf7cfb5c0.tar.gz
zsst-fa58a685c6281ac0e1ff832ee842db6cf7cfb5c0.tar.bz2
zsst-fa58a685c6281ac0e1ff832ee842db6cf7cfb5c0.tar.xz
zsst-fa58a685c6281ac0e1ff832ee842db6cf7cfb5c0.zip
timer.css: Remove some styling to make CSS easier
-rw-r--r--timer.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/timer.css b/timer.css
index 2285a38..4fac85f 100644
--- a/timer.css
+++ b/timer.css
@@ -9,7 +9,6 @@ body {
}
#page {
- 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)); */
@@ -18,14 +17,10 @@ body {
}
#countdown {
- color: #fc6;
box-sizing: border-box;
- text-shadow: 0 0.05em 0.08em #000;
- padding-top: 4vh;
display: flex;
align-items: center;
justify-content: center;
- height: 100%;
margin: 0 auto;
}