From 157cb9389c947a71cf7d961a55378920e77cbb88 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:13:20 +0200 Subject: [PATCH] Increase spacing for justified layout --- astro/src/components/photos/Album.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/components/photos/Album.tsx b/astro/src/components/photos/Album.tsx index 22092e2..04fa6c2 100644 --- a/astro/src/components/photos/Album.tsx +++ b/astro/src/components/photos/Album.tsx @@ -39,7 +39,7 @@ export function AlbumPhotos(props: { photos: PhotoAlbumGalleryItem[] }) { const justifiedLayout = new JustifiedLayout(aspectRatios, { rowHeight: 265, rowWidth: containerWidth, - spacing: 4, + spacing: 10, heightTolerance: 0.11 });