Skip to content

Commit ababda0

Browse files
committed
changes are working
1 parent de5317f commit ababda0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/chapters/Chapters.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ const Chapters = ({
203203
return (
204204
<>
205205
<div className="mt-10 text-left">
206-
<HeadingTwo className="text-center font-bold">Chapters</HeadingTwo>
206+
<HeadingTwo className="text-left font-bold">Chapters</HeadingTwo>
207207
{/* chAPTERS GRID */}
208-
<HeadingThree className="text-center text-green font-bold">
208+
<HeadingThree className="text-left text-green font-bold">
209209
Backend
210210
</HeadingThree>
211211

@@ -222,13 +222,13 @@ const Chapters = ({
222222
<ChapterBox edges={i.chapterEdge} text={i.chapterTitle} />
223223
))}
224224
</div>
225-
<HeadingThree className="text-center text-blue font-bold">
225+
<HeadingThree className="text-left text-blue font-bold">
226226
Frontend
227227
</HeadingThree>
228228

229-
<div className="flex justify-around">
229+
<div className="flex justify-start mt-5">
230230
<FrameworkButton
231-
className="bg-blue-lightest text-blue-darkest px-4 py-2 rounded"
231+
className="bg-blue-lightest text-blue-darkest px-4 py-2 rounded mr-5"
232232
onClick={() => toggleFramework("react")}
233233
img={ReactIcon}
234234
>

0 commit comments

Comments
 (0)