Skip to content

Commit

Permalink
fix aside special max height
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and nazarepiedady committed Nov 30, 2023
1 parent a0f6da9 commit 2df8c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/theme/components/SponsorsGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ function resolveList(data: SponsorData) {
height: 60px;
}
.aside .special .sponsor-item img {
width: 120px;
max-width: 120px;
max-height: 48px;
}
.aside .platinum .sponsor-item {
width: 111px;
Expand Down

0 comments on commit 2df8c22

Please sign in to comment.