aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Main
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-19/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore: animate main with fade in effectArmand Philippot2022-02-011-0/+4
|
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-082-1/+9
|
* chore: move Main grid to its childrenArmand Philippot2022-01-062-21/+1
| | | | This way I can use full width background for some blocks.
* chore: add a skip to content linkArmand Philippot2021-12-221-1/+1
|
* chore: define main grid to center contentArmand Philippot2021-12-142-1/+21
|
* chore: change app to use a layoutArmand Philippot2021-12-131-0/+7
I can now insert header/footer on each pages.