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 66d32ff commit a8a13f8Copy full SHA for a8a13f8
src/.vuepress/theme/views/Home.vue
@@ -12,13 +12,13 @@
12
<div class="flex mt-10">
13
<RouterLink
14
:to="$frontmatter.actionLink"
15
- class="btn btn-accent"
+ class="text-lg md:text-xl btn btn-accent"
16
>
17
{{ $frontmatter.actionText }}
18
</RouterLink>
19
20
<ExternalLink
21
- class="ml-4 btn btn-light"
+ class="ml-4 text-lg md:text-xl btn btn-light"
22
:href="`https://github.com/${$themeConfig.repo}`"
23
label="Github"
24
/>
0 commit comments