make button margin equal all around

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/13842/head
Michael Telatynski 2020-05-30 12:52:21 +01:00
parent bc4254574d
commit c6688f0245
1 changed files with 3 additions and 1 deletions

View File

@ -149,8 +149,10 @@ we don't have an account and should hide them. No account == no guest account ei
display: none;
}
.mx_ButtonRow.mx_WelcomePage_guestFunctions {
margin-top: 20px;
}
.mx_ButtonRow.mx_WelcomePage_guestFunctions > div {
padding-top: 16px;
margin: 0 auto;
}