Skip to content

Commit

Permalink
chore: update doc (element-plus#18272)
Browse files Browse the repository at this point in the history
  • Loading branch information
0song authored Sep 13, 2024
1 parent 07e7685 commit f77c390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/vitepress/components/vp-sponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ const sponsor = computed(() => sponsorLocale[lang.value])
</script>

<template>
<div class="page-content-main-d">
<div class="page-content-main-e">
<p class="title">{{ sponsor.sponsoredBy }}</p>
<VPSponsorLarge />
<VPSponsorSmall />
</div>
</template>

<style lang="scss" scoped>
.page-content-main-d {
.page-content-main-e {
padding-bottom: 10px;
padding-top: 0;
.title {
Expand Down

0 comments on commit f77c390

Please sign in to comment.