summaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-11-17 19:31:35 +0200
committerYuval Adam <_@yuv.al>2018-11-17 19:31:35 +0200
commitb3ec8233391c08298edc3644c647da83131e87db (patch)
tree521fbe00edf4b2b64d34512cccfca8dce4e54c52 /src/App.css
parent0a37c8a4deaf239fd1fef50ebb4b60865029f718 (diff)
Cleanup and rename Geshem files
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/App.css b/src/App.css
deleted file mode 100644
index e34c45d..0000000
--- a/src/App.css
+++ /dev/null
@@ -1,37 +0,0 @@
-body {
- user-select: none;
-}
-
-#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;
- }
-}