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 8d318d76ab454ee8c319045ccabde246d3f426aa..aeec42d0e50c8af92d3c8ba7e1f7b816f6aa55a4 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;