stackrole / gatsby-starter-foundation

A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
https://foundation.stackrole.com
MIT License
271 stars 129 forks source link

Fix broken pagination rule #51

Closed ericbrown8787 closed 2 years ago

ericbrown8787 commented 2 years ago

I removed a redundant padding property applying to the .pagination class that was also missing a semicolon and invalidating the following ul rule. There was an identical padding property outside of the media query that seemed to be more visually consistent with the other margin and padding present on the page.

netlify[bot] commented 2 years ago

✔️ Deploy Preview for frosty-perlman-9da1cb ready!

🔨 Explore the source changes: 59b1a7b8b06a800c4dd6c11c615d3429175b31ef

🔍 Inspect the deploy log: https://app.netlify.com/sites/frosty-perlman-9da1cb/deploys/6226ed90b6e85000073ec1d1

😎 Browse the preview: https://deploy-preview-51--frosty-perlman-9da1cb.netlify.app

munawar-js commented 2 years ago

Hi @ericbrown8787, can you please elaborate problem you had? So, we can reproduce at our end and make sure it does not break elsewhere.

Thank you