Skip to content

Commit

Permalink
Improve spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Oct 23, 2023
1 parent ed5c1a9 commit 2ebd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/Home/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function Features() {
className="text-center"
/>
<div className="mx-auto my-24">
<div className="mx-auto grid md:grid-cols-2 lg:grid-cols-3 gap-x-8 gap-y-12">
<div className="mx-auto grid md:grid-cols-2 lg:grid-cols-3 gap-x-8 gap-y-12 lg:gap-y-20">
{content.map(
({ title, Icon = ArrowPathRoundedSquareIcon, content, ctas }) => (
<div className="flex flex-col gap-6 text-sm text-slate-300 tracking-normal font-medium leading-normal">
Expand Down

0 comments on commit 2ebd63c

Please sign in to comment.