Skip to content

Commit

Permalink
refactor: refactor spacing
Browse files Browse the repository at this point in the history
AdiPol1359 committed Dec 18, 2023
1 parent fe4d222 commit 25e7163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { recommendations } from '@/data/recommendations';
export const RecommendationsSection = () => (
<section className="space-y-4">
<PageTitle level={2}>Moje rekomendacje</PageTitle>
<ul className="space-y-3">
<ul className="space-y-2.5">
{recommendations.map((recommendation) => (
<RecommendationsSectionListItem
key={recommendation.name}

1 comment on commit 25e7163

@vercel
Copy link

@vercel vercel bot commented on 25e7163 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.