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 8aad13d4bdaaeb7315519ef4bf95a9a9e8d52cdd..16ed503c9849d0b76bdf76c89f4a66e8110715bb 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; }