Skip to content

Commit f3c1169

Browse files
fix: mobile view
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent 886d77b commit f3c1169

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Card/Card.style.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ export const CardWrapper = styled.div`
8080
object-position: center;
8181
margin: 0 auto;
8282
}
83+
84+
@media screen and (max-width: 768px) {
85+
height: 9.5rem;
86+
padding: 0.5rem;
87+
}
8388
}
8489
8590
.post-content-block {

0 commit comments

Comments
 (0)