Fix images stretch
This commit is contained in:
@ -615,7 +615,7 @@ ol.ordered-list li::before {
|
||||
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
|
||||
gap: 1.5rem;
|
||||
align-items: end;
|
||||
justify-items: center;
|
||||
justify-items: stretch;
|
||||
}
|
||||
|
||||
.books-grid > .is-big {
|
||||
|
Reference in New Issue
Block a user