aboutsummaryrefslogtreecommitdiff
path: root/templates/page/index.gohtml
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-15 14:15:16 +0200
committerWilliam Hergès <william@herges.fr>2025-08-15 14:15:16 +0200
commit7b5d816992fe26594fbfbedfd46baef708b9d1ca (patch)
tree9131b80aa16462501e6a92e845683eb68d5a916a /templates/page/index.gohtml
parentcc8457921470e830a1df24e82e74b43579d09c83 (diff)
feat(style): modify root font-size for more consistent design
Diffstat (limited to 'templates/page/index.gohtml')
-rw-r--r--templates/page/index.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index 21d4423..73301fb 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -5,7 +5,7 @@
<img src="{{ getImage .Person.Image }}" alt="{{ .Person.Name }}'s image">
</figure>
<div class="presentation__information">
- <h2>{{ .Person.Name }}</h2>
+ <h1>{{ .Person.Name }}</h1>
<p>{{ .Person.Pronouns }}</p>
</div>
</div>