new name
This commit is contained in:
parent
5e9f49311e
commit
352d4e0a7a
22 changed files with 69 additions and 22 deletions
4
rusty-library/static/pico.min.css
vendored
Normal file
4
rusty-library/static/pico.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
25
rusty-library/static/style.css
Normal file
25
rusty-library/static/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue