This commit is contained in:
Sebastian Hugentobler 2024-05-06 10:55:18 +02:00
parent 5e9f49311e
commit 352d4e0a7a
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
22 changed files with 69 additions and 22 deletions

4
rusty-library/static/pico.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,25 @@
.book-card header {
white-space: nowrap;
overflow: scroll;
text-overflow: ellipsis;
}
.book-card hgroup {
margin-bottom: 0;
}
.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;
}