Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blog): avoid overflow + double padding (#12508)
* fix(blog): set max-width only on large screens Only set `max-width: 52rem` on larger screens, to avoid overflow on smaller screens. * fix(blog): avoid adding padding twice Previously, we were adding 1rem of horizontal padding both on `<main>` and `<article>`. Now, we only add it on the `<article>`, to be consistent with content pages.
- Loading branch information