From ae6d4501c050c22e109233112b6e07185c2fd1e7 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 8 Feb 2019 10:29:14 +0000 Subject: [PATCH] Remove button well and tweak padding --- res/welcome.html | 64 ++++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 45 deletions(-) diff --git a/res/welcome.html b/res/welcome.html index cdeb069fb6..8dd70d6da1 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -8,13 +8,6 @@ h1::after { content: "!"; } -.mx_HomePage_body { - display: flex; - flex-direction: column; - justify-content: center; - height: 100%; -} - .mx_Parent { display: -webkit-box; display: -webkit-flex; @@ -34,24 +27,7 @@ h1::after { -ms-flex-align: center; align-items: center; text-align: center; - margin-bottom: 50px; -} - -.mx_Well { - display: block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - border-radius: 10px; - background-color: #F2F5F8; + padding: 25px 35px; } .mx_ButtonParent { @@ -161,28 +137,26 @@ h1::after {

_t("Welcome to Riot.im")

_t("Decentralised, encrypted chat & collaboration powered by [matrix]")

-
-