More iOS web app tweaks

* add apple-mobile-web-app-capable meta tag for home screen web app
* set viewport to device-width
This commit is contained in:
Donald Burr 2015-10-20 15:37:59 -07:00
parent 9575411593
commit 86a051b290
3 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,7 @@ body {
margin: 0px;
background-color: #000000;
color: #ffffff;
min-height: 480px;
}
p {