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 59d6d94 commit 79f1e69Copy full SHA for 79f1e69
docs/index.md
@@ -28,7 +28,7 @@ import { data as posts } from './blog/blog.data.js'
28
<a :href="post.url">{{ post.frontmatter.title }}</a>
29
<span style="font-size: 16px;"> by {{ post.frontmatter.author }}</span>
30
<br>
31
- <span>{{ post.frontmatter.desc }}</span>
+ <span style="font-size: 26px;">{{ post.frontmatter.desc }}</span>
32
</li>
33
</ul>
34
</template>
0 commit comments