iOS Optimierung

This commit is contained in:
Daniel Grams 2020-09-21 15:54:06 +02:00
parent 2b2524eee9
commit cbfc4a2669
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
html, body {
width: 100vw;
height: 100vh;
max-height: -webkit-fill-available;
margin: 0;
font-size: 2.5vmin;
}
@ -9,6 +10,7 @@ html, body {
.body-content {
width: 100vw;
height: 100vh;
max-height: -webkit-fill-available;
padding: 0;
}

View File

@ -10,6 +10,7 @@
{% endblock %}
{% block metas %}
<meta http-equiv="refresh" content="600"/>
<meta name="apple-mobile-web-app-capable" content="yes">
{% endblock %}
{% block content %}