Skip to content

Commit 79f1e69

Browse files
Update index.md
1 parent 59d6d94 commit 79f1e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { data as posts } from './blog/blog.data.js'
2828
<a :href="post.url">{{ post.frontmatter.title }}</a>
2929
<span style="font-size: 16px;"> by {{ post.frontmatter.author }}</span>
3030
<br>
31-
<span>{{ post.frontmatter.desc }}</span>
31+
<span style="font-size: 26px;">{{ post.frontmatter.desc }}</span>
3232
</li>
3333
</ul>
3434
</template>

0 commit comments

Comments
 (0)