Fix: Display a denser summary book grid and limit big books
Closes #1731
This commit is contained in:
parent
1d1ef6589a
commit
dabd1e919d
2 changed files with 2 additions and 6 deletions
|
@ -695,11 +695,7 @@ ol.ordered-list li::before {
|
|||
@media only screen and (min-width: 769px) {
|
||||
.books-grid {
|
||||
gap: 1.5rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
|
||||
}
|
||||
|
||||
.books-grid > .is-big {
|
||||
padding: 1.5rem 1.5rem 0;
|
||||
grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue