Skip to content

Commit a0c55b3

Browse files
committed
update docs
1 parent ca31a1c commit a0c55b3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/.vuepress/components/PluginMarketplace.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ onMounted(fetchPlugins)
610610
}
611611
612612
.card-desc {
613-
font-size: 13px;
613+
font-size: 12px;
614614
line-height: 1.6;
615615
color: var(--vp-c-text-2);
616616
margin: 0;
@@ -624,7 +624,8 @@ onMounted(fetchPlugins)
624624
display: flex;
625625
flex-wrap: wrap;
626626
gap: 10px;
627-
margin-top: 12px;
627+
margin-top: auto;
628+
padding-top: 12px;
628629
}
629630
630631
.tag {

0 commit comments

Comments
 (0)