Skip to content

Commit ad4bb2f

Browse files
committed
special sponsor mobile style fix
1 parent c9e1ad4 commit ad4bb2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vitepress/theme/components/Home.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ onMounted(async () => {
5252
</picture>
5353
<img v-else :src="`${base}/images/${img}`" :alt="name" />
5454
</a>
55-
<span v-if="description">{{ description }}</span>
55+
<!-- <span v-if="description">{{ description }}</span> -->
5656
</template>
5757
</template>
5858
</section>
@@ -265,6 +265,9 @@ html:not(.dark) .accent,
265265
font-size: 16px;
266266
margin: 18px 0 30px;
267267
}
268+
#special-sponsor span {
269+
margin: 0;
270+
}
268271
#special-sponsor img {
269272
display: block;
270273
margin: 2px auto 1px;

0 commit comments

Comments
 (0)