little-hesinde/rusty-library/static/style.css

26 lines
372 B
CSS
Raw Normal View History

2024-05-02 16:10:29 +00:00
.book-card header {
white-space: nowrap;
overflow: scroll;
text-overflow: ellipsis;
}
2024-05-06 07:09:40 +00:00
.book-card hgroup {
margin-bottom: 0;
}
2024-05-02 16:10:29 +00:00
.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;
}