Skip to content

Commit 0582276

Browse files
style: adjust blog post hero section padding for better spacing
1 parent 3114150 commit 0582276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/blog/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default async function page(props: {
5353
<div className="absolute top-[40%] left-0 w-[400px] h-[400px] bg-purple-400/10 rounded-full blur-3xl -z-10" />
5454

5555
{/* Hero Section */}
56-
<div className="container pt-12 pb-8 lg:pt-16 lg:pb-12">
56+
<div className="container py-4 lg:py-12">
5757
{/* Category Badge */}
5858
<Link className="inline-block mb-6" href={`/blog?category=${page.data?.category}`}>
5959
<div

0 commit comments

Comments
 (0)