Remove unnecessary centering on layout

This commit is contained in:
Realmy 2024-11-12 10:52:33 +01:00
parent 102b8315e6
commit bab8284f7c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
{#key data.pathname}
<div class="w-full h-full">
<div
class="absolute top-0 left-0 w-full h-full flex justify-center"
class="absolute top-0 left-0 w-full h-full"
in:blur={{
duration,
easing: quintOut,