toodego: hide empty-cell and add template for caluire (#54254)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details

This commit is contained in:
Lauréline Guérin 2021-05-25 11:57:50 +02:00
parent e7da84fbd6
commit 26b01895f3
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
2 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ div.cell h2 {
border-width: 0 1px;
overflow: hidden;
}
&.empty-cell {
display: none;
}
}
@media screen and (max-width: $desktop-limit) {