Skip to content

Commit 8c89a8a

Browse files
Merge pull request #445 from gianpaj/patch-1
minor: fix padding on home page
2 parents 4a5f75b + c0769c0 commit 8c89a8a

File tree

1 file changed

+1
-1
lines changed
  • src/components/content/ColoringBookSection

1 file changed

+1
-1
lines changed

src/components/content/ColoringBookSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function ColoringBookSection() {
66
<section className="container my-12 flex flex-wrap justify-center gap-4 lg:justify-start xl:my-20">
77
<div className="flex">
88
<div className="mx-4 flex-col items-center text-center lg:mx-0 lg:items-start lg:text-start">
9-
<h2 className="my-4 font-medium text-blue-900 dark:text-blue-500">{data.title}</h2>
9+
<h2 className="my-4 p-0 font-medium text-blue-900 dark:text-blue-500">{data.title}</h2>
1010
<p className="mb-4 max-w-prose lg:mb-10">{data.description}</p>
1111
<Button
1212
as="link"

0 commit comments

Comments
 (0)