diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-23 15:37:36 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-23 15:37:36 +0200 |
| commit | 7084c5833937c1f2b3fbb2e61a61858c7c68df7c (patch) | |
| tree | 14e65e3ceda357ac618f1035d24a33b3fb4b025c /src/Geshem.css | |
| parent | 98e78d07a7a500b1bcd49dad447c8703c0fa606d (diff) | |
Disable scroll bounce on mobile devices
Diffstat (limited to 'src/Geshem.css')
| -rw-r--r-- | src/Geshem.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Geshem.css b/src/Geshem.css index 22915d6..02fb0ae 100644 --- a/src/Geshem.css +++ b/src/Geshem.css @@ -11,15 +11,17 @@ color: white; font-family: monospace; } + #date { font-size: 1.4em; } + #time { font-size: 1.8em; } #slider { - position: absolute; + position: fixed; bottom: 8vh; width: 30vw; margin-left: 35vw; |
