안녕하세요,
현재 커뮤니티 규모에 맞춰 랜딩 페이지를 업데이트하고 있으며, community-openstreetmap와 유사한 스타일을 구현하고 싶습니다.
Making custom CSS changes on your site 링크의 안내를 따라 카테고리 로고 크기를 줄이는 작업은 완료했습니다. 하지만 category-description 부분에서는 막혀 있습니다.
.category-logo.aspect-image {
--max-height: 70px !important;
width: auto !important;
max-width: none !important;
height: auto !important;
display: block !important;
margin-bottom: 0.5em;
}
.category-logo.aspect-image img {
display: block;
width: calc(var(--max-height) * var(--aspect-ratio)) !important;
max-width: none !important;
height: auto !important;
max-height: var(--max-height) !important;
}
.category-description {
margin-top: 0.5em;
overflow: hidden;
color: var(--primary-high);
}

