diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 20:29:39 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 20:29:39 -0500 |
| commit | 44826fb78e474ff0439c6a50b8baefbb2499700b (patch) | |
| tree | f23d946f6f3d127f1ac69183b07987dcd369912a /ui/html/pages/login.tmpl.html | |
| parent | 1521da7832fb82ad6d98426fab3fdc4795eeefae (diff) | |
Actually fix topline padding
Diffstat (limited to 'ui/html/pages/login.tmpl.html')
| -rw-r--r-- | ui/html/pages/login.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/pages/login.tmpl.html b/ui/html/pages/login.tmpl.html index 6eb303a..01dc804 100644 --- a/ui/html/pages/login.tmpl.html +++ b/ui/html/pages/login.tmpl.html @@ -3,7 +3,7 @@ {{define "main"}} <div class="topline"> - <h2>Log In</h2> + <h2 class="login_header">Log In</h2> </div> <div class="card"> <form class="login_form center" action="/login" method="POST"> |
