User container class in layout

This commit is contained in:
Mouse Reeve
2021-01-03 12:53:51 -08:00
parent e3fa0afa9a
commit 8e923d6333
3 changed files with 30 additions and 25 deletions

View File

@ -75,10 +75,10 @@ input.toggle-control:checked ~ .modal.toggle-content {
max-height: 500px;
}
.cover-container.is-medium {
height: 200px;
height: 150px;
}
.cover-container.is-small {
height: 150px;
height: 100px;
}
@media only screen and (max-width: 768px) {
.cover-container {