We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec06eb3 commit 93cf170Copy full SHA for 93cf170
views/reset-password.tpl.html
@@ -7,6 +7,17 @@
7
>
8
{{ template "header.tpl.html" . }} {{ template "alerts.tpl.html" . }}
9
10
+ <style>
11
+ .logo {
12
+ position: absolute;
13
+ top: 0;
14
+ }
15
+
16
+ #logo-side {
17
+ left: 0;
18
19
+ </style>
20
21
<main
22
class="mt-10 grow flex justify-center w-full max-w-screen-lg self-center"
23
views/set-password.tpl.html
0 commit comments