From 0e0dee54fac06edeeee838dd6c70b6c33032f179 Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet206@gmail.com> Date: Mon, 22 Apr 2024 11:43:04 +0200 Subject: [PATCH] display flex with wrap --- assets/sass/_theme/sections/events.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/sass/_theme/sections/events.sass b/assets/sass/_theme/sections/events.sass index 218235a9..c99c33fd 100644 --- a/assets/sass/_theme/sections/events.sass +++ b/assets/sass/_theme/sections/events.sass @@ -55,9 +55,9 @@ &::before padding-right: 0.3rem .events-categories - li - display: inline-block - margin-right: $spacing-1 + display: flex + column-gap: $spacing-1 + flex-wrap: wrap a @include link(var(--color-accent)) .events-actions -- GitLab