summaryrefslogtreecommitdiffstats
path: root/src/components/PostHeader/PostHeader.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-5/+5
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-1/+4
| | | | | | | | | I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule.
* refactor(styles): use css grid to stylize post headerArmand Philippot2022-01-101-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 onceArmand Philippot2022-01-101-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 stylesArmand Philippot2022-01-071-4/+58
|
* chore: add meta to single postsArmand Philippot2021-12-171-0/+7