aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/Page.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-48/+4
| | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that.
* chore: add article header stylesArmand Philippot2022-01-071-3/+4
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-0/+112
This way I can use full width background for some blocks.