Increase og image grid gap

This commit is contained in:
Sam Becker 2023-09-18 23:31:50 -05:00
parent d845442321
commit 7b66647343

View File

@ -9,7 +9,7 @@ export default function ImagePhotoGrid({
width,
height,
imagePosition = 'center',
gap = 3,
gap = 4,
}: {
photos: Photo[]
request: Request