diff --git a/combo/apps/pwa/templates/combo/pwa/offline.html b/combo/apps/pwa/templates/combo/pwa/offline.html index 5e13b5bd..99f8755c 100644 --- a/combo/apps/pwa/templates/combo/pwa/offline.html +++ b/combo/apps/pwa/templates/combo/pwa/offline.html @@ -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 {