Skip to content

Commit b777964

Browse files
line space reduces
1 parent 7b1866f commit b777964

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vuepress/components/MainSection.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
style="width:200px; height:180px; margin:10px; padding:5px 10px"
55
@click="goTo($withBase(to))"
66
>
7-
<div style="width:100%;margin-top:0.5rem;">
7+
<div style="width:100%; margin-top:1rem;">
88
<account-edit-icon v-if="icon === 'user'" :size="72" />
99
<auto-fix-icon v-else-if="icon === 'effects'" :size="72" />
1010
<code-json-icon v-else-if="icon === 'json'" :size="72" />
@@ -64,4 +64,9 @@
6464
margin-top: 0;
6565
margin-bottom: 0;
6666
}
67+
68+
div.sub-text.flex.flex-center p {
69+
margin-top: 0;
70+
margin-bottom: 0;
71+
}
6772
</style>

0 commit comments

Comments
 (0)