CoverView/src/components/CoverImage.css
2022-04-20 19:31:00 +05:30

14 lines
215 B
CSS

.cover {
display: flex;
height: 420px;
width: 800px;
overflow-y: hidden;
}
@media screen and (max-width:600px) {
.cover {
width: 90vw;
height: 60vh;
padding: 4vh;
}
}