From af060f85a7bc13a5bb05e453c411f5807589e6c6 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 10:10:19 +0200 Subject: Move most components into new path --- geshem/app/globals.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'geshem/app/globals.css') diff --git a/geshem/app/globals.css b/geshem/app/globals.css index 13d40b8..62b9a76 100644 --- a/geshem/app/globals.css +++ b/geshem/app/globals.css @@ -25,3 +25,34 @@ body { text-wrap: balance; } } + +#datetime { + position: absolute; + top: 20px; + left: 20px; + color: white; + font-family: monospace; +} + +#date { + font-size: 1.4em; +} + +#time { + font-size: 2.8em; +} + +#slider { + position: fixed; + bottom: 8vh; + width: 30vw; + margin-left: 35vw; +} + +@media only screen and (max-device-width: 812px) { + #slider { + width: 80vw; + margin-left: 8vw; + z-index: 10; + } +} \ No newline at end of file -- cgit v1.3.1