File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments