aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PostsList/PostsList.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-4/+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: move Main grid to its childrenArmand Philippot2022-01-061-16/+24
| | | | This way I can use full width background for some blocks.
* chore: make year sticky in posts listArmand Philippot2021-12-291-1/+22
|
* chore: display year between blog postsArmand Philippot2021-12-161-1/+1
|
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-161-0/+6
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+5