Move version to top right

This commit is contained in:
Florian Hoss 2023-06-23 16:10:24 +02:00
parent a3fe66ba5c
commit 9cd37883e9

View file

@ -23,7 +23,7 @@
</head>
<body>
<div class="absolute bottom-2 right-3 text-xs text-gray-500">{{ env "VERSION" }}</div>
<div class="absolute top-2 right-3 text-xs text-gray-500">{{ env "VERSION" }}</div>
<div class="p-4 sm:p-6 lg:p-8 xl:container xl:py-12">{{ block "content" . }}{{ end }}</div>
{{ block "js". }}{{ end }}
</body>