mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 08:09:37 +00:00
iOS Optimierung
This commit is contained in:
parent
2b2524eee9
commit
cbfc4a2669
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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 %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user