Creates snippets for discover preview boxes
This commit is contained in:
parent
ef42d29bd9
commit
721d20efab
4 changed files with 32 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue