Creates snippets for discover preview boxes

This commit is contained in:
Mouse Reeve
2021-01-03 11:24:26 -08:00
parent ef42d29bd9
commit 721d20efab
4 changed files with 32 additions and 34 deletions

View File

@ -68,9 +68,12 @@ input.toggle-control:checked ~ .modal.toggle-content {
max-width: 250px;
}
.cover-container.is-large {
height: 500px;
height: max-content;
max-width: 500px;
}
.cover-container.is-large img {
max-height: 500px;
}
.cover-container.is-medium {
height: 200px;
}