Skip to content

Commit

Permalink
fix(ui): reduce top margin on button
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsaldan authored Dec 30, 2024
1 parent a3c0c06 commit 2e229df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Hero() {
growing community of users giving their Car Thing a second life with
our free, open source solution.
</p>
<div className="mt-8 flex flex-col gap-x-6 gap-y-4 sm:mt-12 sm:flex-row">
<div className="mt-8 flex flex-col gap-x-6 gap-y-4 sm:flex-row">
<Button href="/installation">
Get Started
<ChevronRightIcon className="mt-0.5 size-4" />
Expand Down

0 comments on commit 2e229df

Please sign in to comment.