From 39a139991ee788ce07da2a312f076d943708384a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 4 Jan 2019 17:33:08 +0100 Subject: [PATCH] pwa: adjust sizes of offline screen elements on large width --- combo/apps/pwa/templates/combo/pwa/offline.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {