Skip to content

Commit 8e8aac7

Browse files
committed
fixed chapters section
1 parent 3e02d5c commit 8e8aac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chapters/Chapters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const Chapters = ({
202202
]
203203
return (
204204
<>
205-
<div className="mt-10 text-left">
205+
<div className="mt-10 text-left p-4">
206206
<HeadingTwo className="text-left font-bold">Chapters</HeadingTwo>
207207
{/* chAPTERS GRID */}
208208
<HeadingThree className="text-left text-green font-bold">

0 commit comments

Comments
 (0)