Skip to content

Commit

Permalink
special sponsor mobile style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 17, 2022
1 parent c9e1ad4 commit ad4bb2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ onMounted(async () => {
</picture>
<img v-else :src="`${base}/images/${img}`" :alt="name" />
</a>
<span v-if="description">{{ description }}</span>
<!-- <span v-if="description">{{ description }}</span> -->
</template>
</template>
</section>
Expand Down Expand Up @@ -265,6 +265,9 @@ html:not(.dark) .accent,
font-size: 16px;
margin: 18px 0 30px;
}
#special-sponsor span {
margin: 0;
}
#special-sponsor img {
display: block;
margin: 2px auto 1px;
Expand Down

0 comments on commit ad4bb2f

Please sign in to comment.