Skip to content

Commit

Permalink
chore: responsivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Jul 14, 2024
1 parent cf759e3 commit f549c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/downloads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function goToStore() {
<p class="mb-6 text-4">
{{ $t("page.downloads.alphaAccess.description") }}
</p>
<NuxtLink to="/early-access" class="bg-secondary py-3 px-4 rounded-full transition duration-300 font-semibold text-secondary-text hover:bg-opacity-80">
<NuxtLink to="/early-access" class="bg-secondary text-center w-fit block py-3 px-4 rounded-full transition duration-300 font-semibold text-secondary-text hover:bg-opacity-80">

Check warning on line 123 in pages/downloads.vue

View workflow job for this annotation

GitHub Actions / CI

UnoCSS utilities are not ordered
{{ $t("page.downloads.alphaAccess.callToAction") }}
</NuxtLink>
</div>
Expand Down

0 comments on commit f549c16

Please sign in to comment.