#172 - updated style

This commit is contained in:
2022-07-08 12:23:26 +02:00
parent 8ac9df56f7
commit d4cc6691e6
2 changed files with 19 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="min-h-full">
<div class="relative min-h-screen">
<MainMenu
:auth="auth"
:years="years"
@@ -9,11 +9,12 @@
<div class="lg:px-4">
<slot />
</div>
<DeployInfo
:deploy-information="deployInformation"
class="justify-end"
/>
<div class="h-8 md:h-4"></div>
</main>
<DeployInfo
:deploy-information="deployInformation"
class="absolute bottom-0 justify-end"
/>
</div>
</template>