Update page positioning

This commit is contained in:
2023-01-24 20:45:36 +01:00
parent 80ba14bbd9
commit f6ca684fab
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="bg-gray-100 text-gray-900 min-h-screen h-full
dark:bg-gray-900 dark:text-slate-50"
style="font-family: 'Comfortaa';">
<div class="container mx-auto pb-8 md:px-8 h-full w-full">
<div class="container relative mx-auto pb-8 md:px-8 min-h-screen min-w-screen">
<RouterView />
</div>
</div>