diff --git a/frontend/src/lib/components/layout/FullLayout.svelte b/frontend/src/lib/components/layout/FullLayout.svelte index 62810e3..eb66aa8 100644 --- a/frontend/src/lib/components/layout/FullLayout.svelte +++ b/frontend/src/lib/components/layout/FullLayout.svelte @@ -48,5 +48,6 @@ } .content { @apply w-full h-full; + @apply flex items-center justify-center; }