mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
14 lines
215 B
CSS
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;
|
|
}
|
|
} |