back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 29

by Nabendu Biswas / May 20th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-29 of the series. As i had added more blogs to my site, i found some more CSS issues which i will fixing next.

The first issue was that the tags were overflowing it’s container.

Tags overflowingTags overflowing

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

Now, nice grey background is shown.

Nice greyNice grey

I had pushed the code to github, which had deployed the site to netlify and fixed these issues.

This completes the part-29 of the series.

You can find the code for the same in this github repo.

Nabendu Biswas