From 2d58cfc7a0768a5d635a12811ed2632b640eca24 Mon Sep 17 00:00:00 2001 From: pldespaigne Date: Sat, 4 May 2019 18:57:19 +0200 Subject: refactor & change html pages --- app/loading.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'app/loading.html') diff --git a/app/loading.html b/app/loading.html index 71403a5ac..3b896b718 100644 --- a/app/loading.html +++ b/app/loading.html @@ -11,10 +11,10 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - width: 256px; + text-align: center; } #logo { - width: 100%; + width: 256px; animation: pulse 1s ease-in-out infinite; } @keyframes pulse { @@ -33,13 +33,8 @@ - -- cgit v1.2.3