summaryrefslogtreecommitdiff
path: root/view/main.templ
diff options
context:
space:
mode:
Diffstat (limited to 'view/main.templ')
-rw-r--r--view/main.templ11
1 files changed, 10 insertions, 1 deletions
diff --git a/view/main.templ b/view/main.templ
index 4ae917b..04751b1 100644
--- a/view/main.templ
+++ b/view/main.templ
@@ -14,7 +14,16 @@ templ Main(contents templ.Component, currentUser *model.User) {
<script src="/static/htmx.min.js"></script>
<script src="/static/response-targets.js"></script>
</head>
- <body hx-boost="true" hx-ext="response-targets">
+ <body
+ hx-boost="true"
+ hx-ext="response-targets"
+ class="
+ w-full sm:max-w-screen-sm md:max-w-screen-md
+ mx-auto py-6
+ bg-slate-900
+ text-slate-400
+ "
+ >
@LoginForm(currentUser)
@contents
</body>