Skip to content

Commit c0769c0

Browse files
committed
Fix padding on home page
"Have fun coloring and learn about Podman!" Signed-off-by: gianpaj <gianpa@gmail.com>
1 parent 03d4d6e commit c0769c0

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)