mirror of https://github.com/VERT-sh/VERT.git
Remove unnecessary centering on layout
This commit is contained in:
parent
102b8315e6
commit
bab8284f7c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue