pwa: adjust sizes of offline screen elements on large width

This commit is contained in:
Frédéric Péters 2019-01-04 17:33:08 +01:00
parent e21a04bbb8
commit 39a139991e
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,9 @@ div.info-text {
background: white;
padding: 1rem;
border-radius: 3px;
max-width: 25rem;
text-align: center;
margin: auto;
}
img {
@ -24,7 +27,6 @@ img {
p.retry {
margin-top: 2rem;
text-align: center;
}
p.retry a {