Skip to content

Commit 07cac45

Browse files
committed
fix aside special max height
1 parent 74970a9 commit 07cac45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/theme/components/SponsorsGroup.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ function resolveList(data: SponsorData) {
177177
height: 60px;
178178
}
179179
.aside .special .sponsor-item img {
180-
width: 120px;
180+
max-width: 120px;
181+
max-height: 48px;
181182
}
182183
.aside .platinum .sponsor-item {
183184
width: 111px;

0 commit comments

Comments
 (0)