summaryrefslogtreecommitdiffstats
path: root/src/styles/pages/Home.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-4/+1
| | | | | | | 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: update homepage stylesArmand Philippot2022-01-081-1/+18
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-0/+11
| | | | This way I can use full width background for some blocks.
* chore: add a recent posts widget to the homepageArmand Philippot2022-01-041-0/+8