From dbccc3cb4b4489367614c90688905f21b904dcf4 Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet206@gmail.com> Date: Mon, 19 Feb 2024 10:12:23 +0100 Subject: [PATCH] removed width from breakpoint --- assets/sass/_theme/sections/events.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/sass/_theme/sections/events.sass b/assets/sass/_theme/sections/events.sass index c9031b25..a06eded5 100644 --- a/assets/sass/_theme/sections/events.sass +++ b/assets/sass/_theme/sections/events.sass @@ -147,7 +147,6 @@ margin-bottom: $spacing0 .media order: 2 - width: col(2) @include in-page-without-sidebar &-dates margin-top: 0 @@ -169,7 +168,7 @@ grid-column: 0 / 5 grid-row: 1 / 4 .media - grid-column: 11 / 13 + width: col(2) @include in-page-with-sidebar @include grid(8) &-content -- GitLab