forked from MarseyWorld/MarseyWorld
increase margin for "forgot password?"
parent
87852c6e65
commit
da49350b2b
|
@ -6302,3 +6302,7 @@ div.markdown {
|
|||
max-width: 90% !important
|
||||
}
|
||||
}
|
||||
|
||||
.d-block {
|
||||
display: block !important;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue