We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812d2ea commit 3b286dfCopy full SHA for 3b286df
docs/.vuepress/components/SponsorPanel.vue
@@ -63,7 +63,7 @@ const openSponsorLink = (href) => {
63
.general-sponsors {
64
display: grid;
65
grid-template-columns: repeat(2, 1fr);
66
- gap: 3px;
+ gap: 4px;
67
}
68
69
.sponsor-item {
@@ -76,13 +76,13 @@ const openSponsorLink = (href) => {
76
77
78
.sponsor-item.gold {
79
- height: 98px;
+ height: 88px;
80
81
82
.sponsor-image {
83
width: 100%;
84
height: 100%;
85
- object-fit:cover;
+ object-fit: cover;
86
87
88
.sponsor-text {
0 commit comments