diff options
Diffstat (limited to '')
-rw-r--r-- | timer.css | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; } |