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

View file

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