Skip to content

Commit babfb44

Browse files
committed
responsive resources cards
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent c2d194e commit babfb44

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/Related-Posts/relatedPosts.style.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ const RelatedPostsWrapper = styled.div`
194194
.slick-dots li button:before {
195195
font-size: 0.8rem;
196196
}
197-
}
198197
199-
@media screen and (max-width: 720px) and (min-width: 385px){
200198
.post-content-block{
201199
height: 8rem;
202200
}
@@ -205,6 +203,16 @@ const RelatedPostsWrapper = styled.div`
205203
height: 19.5rem;
206204
}
207205
}
206+
207+
@media screen and (max-width: 384px){
208+
.post-content-block{
209+
height: 10rem;
210+
}
211+
212+
.allBlogs{
213+
height: 22rem;
214+
}
215+
}
208216
`;
209217

210218

0 commit comments

Comments
 (0)