Fix checkbox position on login

This commit is contained in:
Tom Russell 2019-08-06 20:51:31 +01:00
parent b8039d734a
commit eebd8fbcbf

View File

@ -17,6 +17,7 @@ form .alert {
}
.form-check-input {
margin-top: 0.6rem;
margin-left: 0;
left: 0;
}
label {