Fixed bad margins on the account settings error page.

This commit is contained in:
nozakis
2018-11-07 22:35:25 -06:00
parent d34b8c52b8
commit 972bfd5e62
2 changed files with 9 additions and 1 deletions

View File

@@ -4,3 +4,11 @@
fieldset {
border: 0;
}
.user-form {
margin-left: auto;
margin-right: auto;
max-width: 1184px;
padding-left: .9375rem;
padding-right: .9375rem;
}

View File

@@ -1,3 +1,3 @@
.darkswarm
.row
.user-form
= render 'form'