Skip to content

Commit

Permalink
fix: try a demo button spacing again
Browse files Browse the repository at this point in the history
  • Loading branch information
santosfrancisco committed Apr 14, 2024
1 parent 48189d6 commit 72810fb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ function HomepageHeader(props: HomepageHeaderProps) {
<Link className="button button--secondary button--lg" to="/docs">
Get started
</Link>
<Link className="button button--secondary button--lg" to="/demo">
<Link
className="try_a_demo button button--secondary button--lg"
to="/demo"
>
Try a demo
</Link>
</div>
Expand Down Expand Up @@ -55,10 +58,10 @@ export default styled(function Home(props): JSX.Element {
display: flex;
align-items: center;
justify-content: center;
}
.button + .button {
margin-left: 16px;
}
.try_a_demo {
margin-left: 16px;
}
${(props) => config(props).media["sm"]`
Expand Down

0 comments on commit 72810fb

Please sign in to comment.