From 061619929e3d6d4a65db4101d128df966a72a892 Mon Sep 17 00:00:00 2001 From: Jovan Gerodetti Date: Wed, 27 May 2020 14:28:50 +0200 Subject: [PATCH] Integrate requested changes from #12142 --- res/welcome.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/res/welcome.html b/res/welcome.html index 67a6a0ae..e9f1514a 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -158,14 +158,14 @@ we don't have an account and should hide them. No account == no guest account ei display: none; } -@media only screen and (max-width : 480px) { - .mx_ButtonRow { - flex-direction: column; - } +@media only screen and (max-width: 480px) { + .mx_ButtonRow { + flex-direction: column; + } - .mx_ButtonRow > * { - margin: 0 0 10px 0; - } + .mx_ButtonRow > * { + margin: 0 0 10px 0; + } }