1
0
Fork 0

Use ordered list for editions page

This commit is contained in:
Mouse Reeve 2020-05-03 15:46:33 -07:00
parent bcd54f52f3
commit e9be06538f
2 changed files with 9 additions and 5 deletions

View file

@ -268,8 +268,12 @@ ul.pulldown button {
/* discover books page grid of covers */
.book-grid .book-cover {
height: 11em;
height: 176px;
width: auto;
margin: 0 auto;
}
.book-grid .no-cover {
width: 115px;
}
.book-grid > * {
margin-bottom: 2em;