summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-15 23:20:03 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-15 23:20:03 +0100
commit9a97638e0ddd7fbc135c63d7e9055529313ddb3c (patch)
treea251c7e38b9db9bf6c9e1c512384a479e0fc8622 /templ/login.tpl
parent69682699e2702295b00caa1573c11a769d79fff0 (diff)
downloadgosten-9a97638e0ddd7fbc135c63d7e9055529313ddb3c.tar.gz
gosten-9a97638e0ddd7fbc135c63d7e9055529313ddb3c.tar.bz2
gosten-9a97638e0ddd7fbc135c63d7e9055529313ddb3c.zip
Slight style changes
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}}