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}
|
{#key data.pathname}
|
||||||
<div class="w-full h-full">
|
<div class="w-full h-full">
|
||||||
<div
|
<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={{
|
in:blur={{
|
||||||
duration,
|
duration,
|
||||||
easing: quintOut,
|
easing: quintOut,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue