Skip to content

Commit a8a13f8

Browse files
committed
fix: Style to home text button
1 parent 66d32ff commit a8a13f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/theme/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<div class="flex mt-10">
1313
<RouterLink
1414
:to="$frontmatter.actionLink"
15-
class="btn btn-accent"
15+
class="text-lg md:text-xl btn btn-accent"
1616
>
1717
{{ $frontmatter.actionText }}
1818
</RouterLink>
1919

2020
<ExternalLink
21-
class="ml-4 btn btn-light"
21+
class="ml-4 text-lg md:text-xl btn btn-light"
2222
:href="`https://github.com/${$themeConfig.repo}`"
2323
label="Github"
2424
/>

0 commit comments

Comments
 (0)