This commit is contained in:
Madison Scott-Clary
2020-09-12 20:11:43 -07:00
parent 51479254b9
commit 1b1fee70b2

View File

@ -330,13 +330,14 @@ ul.pagination .page-item.active a {
.book-box .book-cover { .book-box .book-cover {
flex: 2; flex: 2;
padding: 0px 1rem; padding: 0px 1rem 0px 0px;
max-width: 100%;
} }
.book-box .book-cover img { .book-box .book-cover img {
width: 100%; width: 100%;
box-shadow: 5px 5px 10px #ccc; box-shadow: 5px 5px 10px #ccc;
min-width: 500px; max-width: 100%;
} }
.book-box .book-about { .book-box .book-about {
@ -362,4 +363,7 @@ ul.pagination .page-item.active a {
main.fit .page .verse blockquote { main.fit .page .verse blockquote {
font-size: 8pt; font-size: 8pt;
} }
.book-box {
display: block;
}
} }