(Small) (layout) improvements
Some checks failed
/ Run tests (push) Successful in 1m30s
/ Run system tests (push) Failing after 1m39s
/ Build, push and deploy image (push) Successful in 1m33s

This commit is contained in:
david 2024-09-23 00:14:33 +02:00
parent a78d15d4da
commit b88ac28c9b
6 changed files with 41 additions and 32 deletions

View file

@ -1,3 +1,7 @@
<%== rodauth.login_form_header %>
<%= render "login_form" %>
<div class="row">
<div class="col-md-3">
<%= render "login_form" %>
</div>
</div>
<%== rodauth.login_form_footer %>