Creates snippets for discover preview boxes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user