Skip to content

Commit 540c187

Browse files
committed
Fix "Get started" button on mobile
1 parent d23e771 commit 540c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/layouts/home.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ isHome: true
2020
{{ subhead | safe }}
2121
</p>
2222
<a
23-
class="z-1 max-sm:hidden inline-block rounded-4xl bg-black px-4 py-2 text-sm/6 font-semibold text-white hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-600"
23+
class="inline-block rounded-4xl bg-black px-4 py-2 text-sm/6 font-semibold text-white hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-600"
2424
href="/installation/"
2525
>
2626
Get started

0 commit comments

Comments
 (0)