From baa65ffc1cf3bd8426dd48e01002b159d339885f Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Thu, 19 Jan 2023 09:31:28 +0100
Subject: [PATCH] fix organisation item in list safari

---
 assets/sass/_theme/sections/organizations.sass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/assets/sass/_theme/sections/organizations.sass b/assets/sass/_theme/sections/organizations.sass
index 22ebd94d..0c080965 100644
--- a/assets/sass/_theme/sections/organizations.sass
+++ b/assets/sass/_theme/sections/organizations.sass
@@ -8,9 +8,11 @@
             text-decoration: none
     .media
         background: $color-background-alt
-        aspect-ratio: 1/1
         padding: $spacing1
         margin-bottom: half($spacing0)
+        picture
+            aspect-ratio: 1/1
+            display: block
         img
             width: 100%
             height: 100%
-- 
GitLab