little-hesinde/cops-web/static/style.css

22 lines
329 B
CSS

.book-card header {
white-space: nowrap;
overflow: scroll;
text-overflow: ellipsis;
}
.cover {
width: 100%;
object-fit: contain;
height: 25rem;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
gap: 10px;
}
.grid-item {
text-align: center;
}