From 7409f47dfccad7dc7badd92494472acfd2fe0b18 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Fri, 1 Mar 2024 13:20:27 +0000 Subject: [PATCH] Highlight gallery sticky image position --- src/styles/highlight-gallery.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/highlight-gallery.scss b/src/styles/highlight-gallery.scss index d4a76460..9f803e5d 100644 --- a/src/styles/highlight-gallery.scss +++ b/src/styles/highlight-gallery.scss @@ -1,6 +1,6 @@ .etna-highlight-gallery { &__image { position: sticky; - top: 3rem; + top: 2rem; } }