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.
2 parents 4a5f75b + c0769c0 commit 8c89a8aCopy full SHA for 8c89a8a
src/components/content/ColoringBookSection/index.tsx
@@ -6,7 +6,7 @@ function ColoringBookSection() {
6
<section className="container my-12 flex flex-wrap justify-center gap-4 lg:justify-start xl:my-20">
7
<div className="flex">
8
<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>
+ <h2 className="my-4 p-0 font-medium text-blue-900 dark:text-blue-500">{data.title}</h2>
10
<p className="mb-4 max-w-prose lg:mb-10">{data.description}</p>
11
<Button
12
as="link"
0 commit comments