We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfdc81 commit 3ad6096Copy full SHA for 3ad6096
src/app/(main)/resources/[category]/blog-posts-section.tsx
@@ -40,7 +40,7 @@ export function BlogPostsSection({
40
)}
41
>
42
<header className="flex flex-col gap-6 lg:flex-row lg:items-end lg:justify-between">
43
- <div className="flex flex-col gap-3">
+ <div className="flex flex-col gap-4 xl:gap-6">
44
<Eyebrow>Blog posts</Eyebrow>
45
<h2 className="typography-h2 max-w-[700px] text-pretty">{title}</h2>
46
<p className="typography-body-md max-w-[577px] text-neu-800">
0 commit comments