summaryrefslogtreecommitdiffstats
path: root/src/components/Header/Header.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-22/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-1/+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: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-081-0/+4
|
* chore: add main-nav componentArmand Philippot2021-12-131-0/+18
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.