16 lines
186 B
Plaintext

.cover {
width: 400px;
margin: 0 auto;
img {
width: 100%;
}
}
.no-cover {
width: 400px;
height: 500px;
margin: 0 auto;
border: solid 5px;
border-color: rgba(0, 0, 0, 0.7);
}