Skip to content

Commit 3b286df

Browse files
committed
update docs
1 parent 812d2ea commit 3b286df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vuepress/components/SponsorPanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const openSponsorLink = (href) => {
6363
.general-sponsors {
6464
display: grid;
6565
grid-template-columns: repeat(2, 1fr);
66-
gap: 3px;
66+
gap: 4px;
6767
}
6868
6969
.sponsor-item {
@@ -76,13 +76,13 @@ const openSponsorLink = (href) => {
7676
}
7777
7878
.sponsor-item.gold {
79-
height: 98px;
79+
height: 88px;
8080
}
8181
8282
.sponsor-image {
8383
width: 100%;
8484
height: 100%;
85-
object-fit:cover;
85+
object-fit: cover;
8686
}
8787
8888
.sponsor-text {

0 commit comments

Comments
 (0)