Centers all login-register forms

this is especially necessary for password-reset forms
This commit is contained in:
Giulio Gratta
2018-05-11 14:58:29 -07:00
parent 6833823ccc
commit b1eda59c4f

View File

@@ -101,6 +101,7 @@
background: $white;
min-height: 100%;
margin: 0 auto;
padding-left: ($baseline/2);
padding-right: ($baseline/2);
$third-party-button-height: ($baseline*1.75);