From 287c77ece1aaee1516c2acf85899b917284d6857 Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet206@gmail.com> Date: Thu, 15 Feb 2024 13:04:37 +0100 Subject: [PATCH] fix large event block --- assets/sass/_theme/sections/events.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/_theme/sections/events.sass b/assets/sass/_theme/sections/events.sass index 4925b9e7..befe67ec 100644 --- a/assets/sass/_theme/sections/events.sass +++ b/assets/sass/_theme/sections/events.sass @@ -257,8 +257,8 @@ flex-direction: column grid-gap: 0 .media - margin-left: calc(-#{var(--grid-gutter)} /2) - margin-right: calc(-#{var(--grid-gutter)} /2) + margin-left: var(--grid-gutter-negative) + margin-right: var(--grid-gutter-negative) aspect-ratio: 1 img margin-bottom: $spacing0 -- GitLab