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:
parent
9575411593
commit
86a051b290
3 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,7 @@ body {
|
|||
margin: 0px;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
min-height: 480px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue