feat(style): modify root font-size for more consistent design

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-15 14:15:16 +02:00
parent cc84579214
commit 7b5d816992
Signed by: anhgelus
GPG key ID: 617773CACE89052C
5 changed files with 11 additions and 11 deletions

View file

@ -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>