diff --git a/src/lib/components/MasonryPhotoGrid.svelte b/src/lib/components/MasonryPhotoGrid.svelte index 44f3278..a87b5b8 100644 --- a/src/lib/components/MasonryPhotoGrid.svelte +++ b/src/lib/components/MasonryPhotoGrid.svelte @@ -15,7 +15,7 @@ // These values work well with our existing design let minColWidth = 200 // Minimum column width in px let maxColWidth = 400 // Maximum column width in px - let gap = 24 // Gap between items (equivalent to $unit-3x) + let gap = 16 // Gap between items (equivalent to $unit-2x) // On tablet/phone, we want larger minimum widths let windowWidth = $state(0) diff --git a/src/lib/components/PhotoItem.svelte b/src/lib/components/PhotoItem.svelte index 8671d88..87b9624 100644 --- a/src/lib/components/PhotoItem.svelte +++ b/src/lib/components/PhotoItem.svelte @@ -88,7 +88,6 @@