From 2d3406460af1225f4bddc556970b0617e7edcfc7 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Sun, 18 Aug 2024 13:11:14 -0400 Subject: [PATCH] Tweak creative projects page --- _includes/custom-gallery | 50 ++++++++++++++++++++++------------- _pages/creative-projects.html | 4 +++ _pages/photo-a-day.html | 7 +++-- assets/css/custom-gallery.css | 21 +++++++++++++++ 4 files changed, 62 insertions(+), 20 deletions(-) create mode 100644 assets/css/custom-gallery.css diff --git a/_includes/custom-gallery b/_includes/custom-gallery index 0433545..14146e2 100644 --- a/_includes/custom-gallery +++ b/_includes/custom-gallery @@ -5,30 +5,44 @@ assign gallery_layout = 'half' %} {% elsif gallery.size >= 3 %} {% assign gallery_layout = 'third' %} {% else %} {% assign gallery_layout = '' %} {% endif %} {% endif %} +