From 93a4025df7dfc0f66246064fe5654530d18c59c0 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Mon, 13 Nov 2023 00:04:18 +0100 Subject: [PATCH] feat: some shit --- src/routes/gallery/+page.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}