From b085c5d085fa432f2ce8ae21b01c7c0bafce1338 Mon Sep 17 00:00:00 2001 From: Antonin COQUET <ext.sopra.acoquet@grandlyon.com> Date: Mon, 17 May 2021 15:47:00 +0200 Subject: [PATCH] fix: posts image size --- src/app/post/components/post-card/post-card.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8aad13d4b..16ed503c9 100644 --- a/src/app/post/components/post-card/post-card.component.scss +++ b/src/app/post/components/post-card/post-card.component.scss @@ -33,8 +33,8 @@ margin-bottom: 12px !important; .image { object-fit: cover; - height: 88px; - width: 195px; + max-height: 180px; + max-width: 90%; @media #{$large-phone} { height: 70px; } -- GitLab