Set max width on cover container
This commit is contained in:
parent
2799ed68e3
commit
3f1bf4e1d6
@ -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…
x
Reference in New Issue
Block a user