diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-17 15:46:12 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-17 15:49:40 +0200 |
| commit | b8c2848e6b38c5aaafbe307494865066c748fff8 (patch) | |
| tree | 2c45b848a8d6dd529cde6efdf64f3c88c888d7ed /src/App.css | |
| parent | f3b7cc1b3f896462ef0ceac646308d08a2dab3a9 (diff) | |
Initial v4.0 - migrate back to React
Diffstat (limited to 'src/App.css')
| -rw-r--r-- | src/App.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..1e83715 --- /dev/null +++ b/src/App.css @@ -0,0 +1,31 @@ +#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) { + width: 80vw; + margin-left: 8vw; + } */ +} |
