danielcgilibert / blog-template

📚 Openblog is an elegant, simple, and user-friendly blog. Focused on accessibility, SEO and performance.
https://blog-template-gray.vercel.app
GNU General Public License v3.0
658 stars 235 forks source link

No padding for main wrapper on size LG #41

Closed reckseba closed 10 months ago

reckseba commented 11 months ago

lg:px-0 leaves LG width with no padding. Is that intended? I set it to lg:px-8 to have a much smoother experience.

https://github.com/danielcgilibert/blog-template/blob/774bffc9a64929a3bb3e9fab8dcd91d337b6a62c/src/layouts/BaseLayout.astro#L21

Thanks for the awesome template!