diff --git a/src/components/GalleryImage/GalleryImage.js b/src/components/GalleryImage/GalleryImage.js index 1f2658d..4dbe14f 100644 --- a/src/components/GalleryImage/GalleryImage.js +++ b/src/components/GalleryImage/GalleryImage.js @@ -175,7 +175,7 @@ const GalleryImage = ({ data, pageContext }) => { "px-2 flex flex-row portrait:items-end mx-auto", ar <= 1 ? "pt-5 flex-col flex-auto text-right" - : "container portrait:pt-5 portrait:flex-col portrait:text-right" + : "landscape:container portrait:pt-5 portrait:flex-col portrait:text-right" )} >
@@ -209,7 +209,7 @@ const GalleryImage = ({ data, pageContext }) => { style={{ width: 30 }} >
} -
+
}