feat: mv profile to footer

This commit is contained in:
Julien Calixte
2026-03-28 20:24:08 +01:00
parent 10c3e1ca60
commit 20e9538983
11 changed files with 173 additions and 30 deletions

View File

@@ -11,7 +11,8 @@ const defaultTitleStyles = Array.from(
...acc,
[heading]: {
"margin-top": "0",
"margin-bottom": "0.5em"
"margin-bottom": "0.5em",
"font-family": "var(--title-font-family)"
}
}),
{}