aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/Home.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement dark modeArmand Philippot2022-01-171-4/+16
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* chore(homepage): add icons to some buttonsArmand Philippot2022-01-141-0/+4
|
* 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