summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templ/login.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templ/login.tpl b/templ/login.tpl
index a0c17d1..7a9a049 100644
--- a/templ/login.tpl
+++ b/templ/login.tpl
@@ -1,6 +1,6 @@
{{define "body"}}
<main class="d-flex align-items-center min-vh-100">
- <form action="/login" method="post" class="container m-auto" style="max-width: 440px;">
+ <form action="/login" method="post" class="container mx-auto" style="max-width: 440px;">
<img src="/static/euro-money.svg" width="96" height="96" class="mb-4"/>
{{inputs_and_errors_for . .Errors}}
{{.CsrfField}}