Tags and tables

This commit is contained in:
Mouse Reeve
2020-09-29 14:11:55 -07:00
parent 37a0ec0ba3
commit 0bea615b82
8 changed files with 45 additions and 37 deletions

View File

@ -82,8 +82,11 @@ input.toggle-control:checked ~ .toggle-content {
.cover-container {
height: 250px;
}
.cover-container.is-small {
height: 100px;
}
.book-cover {
height: 100%
height: 100%;
object-fit: scale-down;
}
.no-cover {
@ -97,9 +100,9 @@ input.toggle-control:checked ~ .toggle-content {
left: 0;
text-align: center;
}
.no-cover .title {
text-transform: uppercase;
margin-bottom: 1em;
.is-small .no-cover div {
font-size: 0.7em;
padding: 0.1em;
}