From f6d45f7b9374444ae1ab751a213d86827b64eb8f Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 20:12:53 +0100 Subject: Adds Scotsoun --- public/main.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') diff --git a/public/main.css b/public/main.css index 2a7be46..90c5c09 100644 --- a/public/main.css +++ b/public/main.css @@ -395,6 +395,11 @@ footer { --gallery-item-height: auto; } +.link-gallery--scotsoun { + --gallery-item-width: 8rem; + --gallery-item-height: 8rem; +} + .link-gallery__image { align-self: start; max-width: var(--gallery-item-width); -- cgit v1.2.3