Merge pull request #403 from mouse-reeve/cover-max-width
Set max width on cover container
This commit is contained in:
commit
666ae117d2
|
@ -65,6 +65,7 @@ input.toggle-control:checked ~ .modal.toggle-content {
|
||||||
.cover-container {
|
.cover-container {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
.cover-container.is-medium {
|
.cover-container.is-medium {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
Loading…
Reference in New Issue