Skip to content

Commit 264ff01

Browse files
committed
made one grid cols
1 parent 544faad commit 264ff01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/chapters/Chapters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const Chapters = ({
207207
{/* chAPTERS GRID */}
208208
<HeadingThree className="text-center">Backend</HeadingThree>
209209

210-
<div className="grid grid-cols-2">
210+
<div className="grid lg:grid-cols-2 sm:grid-cols-1">
211211
{/* <ChapterBox edges={epilouges} text="Epilouge" />
212212
<ChapterBox edges={backendPosts} text="Setting Up infrastructure" />
213213
<ChapterBox edges={librariesPosts} text="Adding libraries" />
@@ -238,7 +238,7 @@ const Chapters = ({
238238
Vue posts
239239
</FrameworkButton>
240240
</div>
241-
<div className="grid grid-cols-2">
241+
<div className="grid lg:grid-cols-2 sm:grid-cols-1">
242242
{framework === "vue" ? (
243243
<>
244244
{" "}

0 commit comments

Comments
 (0)