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 });