1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

padding instead of margin

This commit is contained in:
Kyle Spearrin
2018-02-24 23:32:23 -05:00
parent a396af4797
commit ac2ecc54f3

View File

@@ -24,7 +24,7 @@
} }
#register-page, #hint-page, #two-factor-page { #register-page, #hint-page, #two-factor-page {
margin-top: 20px; padding-top: 20px;
.content { .content {
margin: 0 auto; margin: 0 auto;