Move version to top right
This commit is contained in:
parent
a3fe66ba5c
commit
9cd37883e9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
<div class="p-4 sm:p-6 lg:p-8 xl:container xl:py-12">{{ block "content" . }}{{ end }}</div>
|
||||||
{{ block "js". }}{{ end }}
|
{{ block "js". }}{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue