increase margin for "forgot password?"

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-16 10:26:19 +02:00
parent 87852c6e65
commit da49350b2b
2 changed files with 5 additions and 1 deletions

View File

@ -6302,3 +6302,7 @@ div.markdown {
max-width: 90% !important
}
}
.d-block {
display: block !important;
}

View File

@ -74,7 +74,7 @@
type="password" name="password" required="">
<small><a href="/forgot">Forgot password?</a></small>
<small class="d-block my-3"><a href="/forgot">Forgot password?</a></small>
<button class="btn btn-primary login w-100 mt-3" id="login_button">Sign In</button>