diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 10:10:19 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 10:10:19 +0200 |
| commit | af060f85a7bc13a5bb05e453c411f5807589e6c6 (patch) | |
| tree | 8527870ee8daaf3fa30bde7dd7090c647b706144 /geshem/app/globals.css | |
| parent | befc9ba3e4a9b24cdd0397663c04c98688d98d9b (diff) | |
Move most components into new path
Diffstat (limited to 'geshem/app/globals.css')
| -rw-r--r-- | geshem/app/globals.css | 31 |
1 files changed, 31 insertions, 0 deletions
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 |
