Skip to content

Commit 1904a65

Browse files
Adjust left spacing on button
1 parent 357c287 commit 1904a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
<Button
759759
href={release.html_url}
760760
target="_blank"
761-
class="group mb-4 ml-auto mr-8 font-semibold dark:text-black sm:ml-0 sm:mt-auto"
761+
class="group mb-4 ml-auto mr-8 font-semibold dark:text-black sm:ml-4 sm:mt-auto"
762762
>
763763
Open on <img src="/github.svg" alt="GitHub" class="ml-1.5 size-5" />
764764
<ArrowUpRight

0 commit comments

Comments
 (0)