diff options
Diffstat (limited to 'StoneIsland/www/css/index.css')
| -rwxr-xr-x | StoneIsland/www/css/index.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index 2130c675..d4336438 100755 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -2,8 +2,8 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); } body, html { - height: 100%; - width: 100%; + height: 100vh; + width: 100vw; margin: 0px; padding: 0px; overflow: hidden; @@ -18,7 +18,6 @@ body { background: #fff; font-family: pfd, sans-serif; font-size: 0.875rem; - padding-top: constant(safe-area-inset-top); } a, a:visited { color: #000; |
