Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent content to increase main's size (#1486)
Based on https://css-tricks.com/preventing-a-grid-blowout/ If main's content was large enough, it would cause `main` to grow more than it should and push `sidebar` to the side, causing an horizontal scroll on pages. | Before | After | |--------|--------| | ![image](https://user-images.githubusercontent.com/11280312/124145356-56996900-da52-11eb-954d-8b6a44d85cea.png) | ![image](https://user-images.githubusercontent.com/11280312/124145395-5e590d80-da52-11eb-9024-175c2de360ad.png) |
- Loading branch information