We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1866f commit b777964Copy full SHA for b777964
docs/.vuepress/components/MainSection.vue
@@ -4,7 +4,7 @@
4
style="width:200px; height:180px; margin:10px; padding:5px 10px"
5
@click="goTo($withBase(to))"
6
>
7
- <div style="width:100%;margin-top:0.5rem;">
+ <div style="width:100%; margin-top:1rem;">
8
<account-edit-icon v-if="icon === 'user'" :size="72" />
9
<auto-fix-icon v-else-if="icon === 'effects'" :size="72" />
10
<code-json-icon v-else-if="icon === 'json'" :size="72" />
@@ -64,4 +64,9 @@
64
margin-top: 0;
65
margin-bottom: 0;
66
}
67
+
68
+ div.sub-text.flex.flex-center p {
69
+ margin-top: 0;
70
+ margin-bottom: 0;
71
+ }
72
</style>
0 commit comments