Tweak style of "Forgot" link on login page

This commit is contained in:
Matt Baer 2023-10-03 11:39:41 -04:00
parent 7b84dafea7
commit 8207a25fa9
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
<style>
input{margin-bottom:0.5em;}
p.forgot {
font-size: 0.86em;
font-size: 0.8em;
margin: 0 auto 1.5rem;
text-align: left;
max-width: 16rem;
}
</style>
{{end}}