Skip to content

Commit

Permalink
another promo layout tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Feb 13, 2025
1 parent b812ab9 commit 05ce772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/promo/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const CallToAction = ({
className,
)}
>
<div className="flex flex-col sm:flex-row-reverse justify-between items-center w-full">
<div className="flex flex-col sm:flex-row-reverse justify-between md:justify-center items-center w-full gap-xs sm:gap-lg">
<Button asChild>
<Link
to={appsById[appId].url}
Expand All @@ -146,7 +146,7 @@ export const CallToAction = ({
Get Started
</Link>
</Button>
<Button asChild color="ghost">
<Button asChild color="ghost" className="opacity-70 hover:opacity-100">
<Link to="/">
<Icon name="arrowLeft" />
More Biscuits apps
Expand Down

0 comments on commit 05ce772

Please sign in to comment.