diff --git a/src/routes/gallery/+page.svelte b/src/routes/gallery/+page.svelte index 0ff8055..d10aad7 100644 --- a/src/routes/gallery/+page.svelte +++ b/src/routes/gallery/+page.svelte @@ -14,7 +14,8 @@ y: -5 + Math.random() * 10, x: -5 + Math.random() * 10, scale: 0.9 + Math.random() * 0.2, - rot: -5 + Math.random() * 10 + rot: -5 + Math.random() * 10, + marginTop: -10 + Math.random() * 20 }; }) .reverse(); @@ -28,7 +29,7 @@
{#each items as item}