diff --git a/client/src/components/post-card/PostCard.styles.css b/client/src/components/post-card/PostCard.styles.css index e51c958..451daf6 100644 --- a/client/src/components/post-card/PostCard.styles.css +++ b/client/src/components/post-card/PostCard.styles.css @@ -12,7 +12,7 @@ border-radius: 10px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); min-height: 100%; - max-height: 200px; + max-height: 100%; } #posts .post .post-description { @@ -91,9 +91,6 @@ } @media (max-width: 770px) { - #posts .post img.post-image { - max-height: 100%; - } .card-overlay { bottom: 5px; }