From 9aee61d5bb1060694c2ee99734691ce7adb25a0a Mon Sep 17 00:00:00 2001
From: Etienne LOUPIAS <eloupias@grandlyon.com>
Date: Thu, 7 Mar 2024 16:27:41 +0100
Subject: [PATCH] fix(news): change mobile width

---
 src/app/post/components/post-card/post-card.component.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/app/post/components/post-card/post-card.component.scss b/src/app/post/components/post-card/post-card.component.scss
index 8d318d76a..aeec42d0e 100644
--- a/src/app/post/components/post-card/post-card.component.scss
+++ b/src/app/post/components/post-card/post-card.component.scss
@@ -14,6 +14,9 @@
   row-gap: 12px;
   box-sizing: border-box;
   height: 100%;
+  @media #{$phone} {
+    max-width: 95vw;
+  }
 
   &:hover {
     border-color: $grey-1;
-- 
GitLab