BUGFIX: Abstand auf der Startseite

This commit is contained in:
Simon Martens
2025-03-02 21:10:51 +01:00
parent 07a7bced4c
commit b8d264026a
3 changed files with 8 additions and 7 deletions

View File

@@ -43,9 +43,10 @@
</script>
</head>
<body class="w-full h-full min-h-full" hx-ext="response-targets" hx-boost="true">
<body class="w-full min-h-full" hx-ext="response-targets" hx-boost="true">
<div class="pb-12">
{{ block "body" . }}
<!-- Default app body... -->
<!-- Default app body... -->
{{ end }}
</div>
</body>