diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 2bcd47c..2a8c24c 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -33,7 +33,7 @@ $: parallaxPhotos = photosGridEl && map(scrollY, photosGridOffset - innerHeight, photosGridOffset + innerHeight / 1.5, 0, innerHeight * 0.15, true) $: fadedPhotosIndexes = innerWidth > 768 ? [0, 2, 5, 7, 9, 12, 17, 20, 22, 26, 30, 32, 34] - : [0] + : [1, 4, 5, 7, 11, 14, 17, 20, 24, 27, 30, 33, 34, 36, 40, 43] const introText = about.intro_text .replace('', @@ -182,7 +182,7 @@