Set max width on cover container

This commit is contained in:
Mouse Reeve 2020-12-17 12:57:56 -08:00
parent 2799ed68e3
commit 3f1bf4e1d6

View file

@ -65,6 +65,7 @@ input.toggle-control:checked ~ .modal.toggle-content {
.cover-container {
height: 250px;
width: max-content;
max-width: 250px;
}
.cover-container.is-medium {
height: 150px;