From 8effec79b10b922ce26c1d90451e4564e985ff0f Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Wed, 8 Mar 2023 02:06:37 -0800 Subject: [PATCH] slightly shift gallery left to line up with name on nav - idk if I like it --- src/components/KeywordsPicker.tsx | 2 +- src/components/MasonryGallery.tsx | 2 +- src/pages/photogallery.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/KeywordsPicker.tsx b/src/components/KeywordsPicker.tsx index df7269c..b8811a6 100644 --- a/src/components/KeywordsPicker.tsx +++ b/src/components/KeywordsPicker.tsx @@ -9,7 +9,7 @@ interface KeywordsPickerProps { } const KeywordsPicker = ({ keywords, value, onChange }: KeywordsPickerProps) => { return ( -
+
Collections diff --git a/src/components/MasonryGallery.tsx b/src/components/MasonryGallery.tsx index ac3d1d1..fc3919c 100644 --- a/src/components/MasonryGallery.tsx +++ b/src/components/MasonryGallery.tsx @@ -118,7 +118,7 @@ const MasonryGallery = ({ return (
-

+

Recently published

{sortKey !== "datePublished" && ( @@ -249,7 +249,7 @@ const GalleryPage = ({ data, location }: PageProps
-

+

All images

@@ -274,7 +274,7 @@ const GalleryPage = ({ data, location }: PageProps -
+