Skip to content

Commit

Permalink
tweak examples (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecotne authored Apr 21, 2022
1 parent 277c60d commit 29009c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/components/Examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Examples() {
minute. Don't take our word for it, see it for yourself.
</p>
</div>
<div className="mx-auto mt-12 grid w-fit gap-5 lg:grid-cols-3">
<div className="mx-auto mt-12 grid w-fit scale-[.86] gap-7 lg:grid-cols-3">
{cards.map((card, index) => (
<ExternalLink
href={card.link}
Expand Down

0 comments on commit 29009c1

Please sign in to comment.