diff options
Diffstat (limited to 'src/Geshem.css')
| -rw-r--r-- | src/Geshem.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/Geshem.css b/src/Geshem.css new file mode 100644 index 0000000..22915d6 --- /dev/null +++ b/src/Geshem.css @@ -0,0 +1,33 @@ +#map { + position: absolute; + top: 0; + bottom: 0; + width: 100%; +} + +#datetime { + position: absolute; + margin: 20px 0px 0px 20px; + color: white; + font-family: monospace; +} +#date { + font-size: 1.4em; +} +#time { + font-size: 1.8em; +} + +#slider { + position: absolute; + bottom: 8vh; + width: 30vw; + margin-left: 35vw; +} + +@media only screen and (max-device-width: 812px) { + #slider { + width: 80vw; + margin-left: 8vw; + } +} |
