Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 018762a

Browse files
style: uniform CTA buttons
1 parent 51b249a commit 018762a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<div class="flex justify-center">
116116
<NuxtLink
117117
:to="'#' + $t('anchors.contact-us')"
118-
class="no-underline mt-16 opacity-85 rounded text-xl lg:text-3xl text-grey-light px-8 lg:px-24 py-2 border border-grey-dark hover:border-grey hover:opacity-100 transition-opacity transition-border-color"
118+
class="no-underline mt-16 opacity-85 rounded-full text-xl lg:text-3xl text-grey-light px-8 lg:px-24 py-2 border border-grey-dark hover:border-grey hover:opacity-100 transition-opacity transition-border-color"
119119
v-text="$t('index.end.cta')"
120120
/>
121121
</div>

0 commit comments

Comments
 (0)