Smaller max width for large covers

This commit is contained in:
Mouse Reeve 2021-01-10 09:50:17 -08:00
parent a1e8d5c7c2
commit aa151c111f

View file

@ -74,10 +74,11 @@ input.toggle-control:checked ~ .modal.toggle-content {
} }
.cover-container.is-large { .cover-container.is-large {
height: max-content; height: max-content;
max-width: 500px; max-width: 330px;
} }
.cover-container.is-large img { .cover-container.is-large img {
max-height: 500px; max-height: 500px;
height: auto;
} }
.cover-container.is-medium { .cover-container.is-medium {
height: 150px; height: 150px;