From 78891579d504a62950cc9d65dbe5989021fd0f6c Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 19 Jun 2021 22:44:50 -0700 Subject: [PATCH] refine galleryimage portrait aesthetic --- src/components/GalleryImage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GalleryImage.js b/src/components/GalleryImage.js index 44a0ef2..ef97750 100644 --- a/src/components/GalleryImage.js +++ b/src/components/GalleryImage.js @@ -107,9 +107,9 @@ const GalleryImage = ({ data, pageContext }) => {

{image.base}

{hasName(image) &&

{name}

} -

{meta.iptc.caption}

+

{meta.iptc.caption}

- {
} + {
} {(locationString) &&