diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 11:03:09 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 11:03:09 +0200 |
| commit | 0af176b7511640cf85d3a074afc890099ef0ca04 (patch) | |
| tree | 042100dd805b62cbdeb36b4ee72e7d617d80f887 /src/Geshem.css | |
| parent | 305ca679a4454add442f9dfb745be4e2bbb5d14b (diff) | |
Remove old src/ files
Diffstat (limited to 'src/Geshem.css')
| -rw-r--r-- | src/Geshem.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/Geshem.css b/src/Geshem.css deleted file mode 100644 index 2e0f58e..0000000 --- a/src/Geshem.css +++ /dev/null @@ -1,30 +0,0 @@ -#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; - } -} |
