We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544faad commit 264ff01Copy full SHA for 264ff01
src/components/chapters/Chapters.js
@@ -207,7 +207,7 @@ const Chapters = ({
207
{/* chAPTERS GRID */}
208
<HeadingThree className="text-center">Backend</HeadingThree>
209
210
- <div className="grid grid-cols-2">
+ <div className="grid lg:grid-cols-2 sm:grid-cols-1">
211
{/* <ChapterBox edges={epilouges} text="Epilouge" />
212
<ChapterBox edges={backendPosts} text="Setting Up infrastructure" />
213
<ChapterBox edges={librariesPosts} text="Adding libraries" />
@@ -238,7 +238,7 @@ const Chapters = ({
238
Vue posts
239
</FrameworkButton>
240
</div>
241
242
{framework === "vue" ? (
243
<>
244
{" "}
0 commit comments