| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(styles): use css grid to stylize post header | Armand Philippot | 2022-01-10 | 1 | -12/+35 |
| | | | | | | By using pseudo elements instead of background with padding, it is easier to control the look of posts header. | ||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 1 | -5/+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: add article header styles | Armand Philippot | 2022-01-07 | 1 | -4/+58 |
| | | |||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 1 | -0/+7 |
