Skip to content

Commit 3ad6096

Browse files
committed
Unify spacing
1 parent ddfdc81 commit 3ad6096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(main)/resources/[category]/blog-posts-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function BlogPostsSection({
4040
)}
4141
>
4242
<header className="flex flex-col gap-6 lg:flex-row lg:items-end lg:justify-between">
43-
<div className="flex flex-col gap-3">
43+
<div className="flex flex-col gap-4 xl:gap-6">
4444
<Eyebrow>Blog posts</Eyebrow>
4545
<h2 className="typography-h2 max-w-[700px] text-pretty">{title}</h2>
4646
<p className="typography-body-md max-w-[577px] text-neu-800">

0 commit comments

Comments
 (0)