diff --git a/common/common.scss b/common/common.scss index 4dde4df..8e908f9 100644 --- a/common/common.scss +++ b/common/common.scss @@ -18,11 +18,14 @@ body:not(.category-header) { .category-logo { grid-area: logo; align-self: center; - margin: 0 1em 0 0; --max-height: 8em; + margin: 0 1em 0 0; @include breakpoint(tablet) { margin: 0 0 0.5em; } + &:not(:has(img)) { + margin: 0; + } } .category-title { grid-area: title;