From b7ca260c031074840b222c857a45a5e154e4f845 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 31 Oct 2023 18:22:07 +0100
Subject: [PATCH] tiny alignment fix

---
 assets/sass/_theme/sections/events.sass | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/assets/sass/_theme/sections/events.sass b/assets/sass/_theme/sections/events.sass
index 3637a427..0a7e1452 100644
--- a/assets/sass/_theme/sections/events.sass
+++ b/assets/sass/_theme/sections/events.sass
@@ -85,8 +85,6 @@
 .event
     a
         text-decoration: none
-    hgroup .event-title
-        margin-bottom: 0
     &-subtitle
         @include h3
         color: $color-text-alt
@@ -144,9 +142,16 @@
                 .media
                     grid-column: 10 / 13
             @include media-breakpoint-up(desktop)
-                @include grid
+                flex-direction: row
+                gap: $grid-gutter
+                align-items: start
+                &-content
+                    width: col(10)
+                    > hgroup, > .event-title
+                        margin-bottom: $spacing0
                 .media
                     order: 2
+                    width: col(2)
             @include in-page-without-sidebar
                 &-dates
                     margin-top: 0
-- 
GitLab