diff options
| author | William Hergès <william@herges.fr> | 2025-08-15 14:15:16 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-15 14:15:16 +0200 |
| commit | 7b5d816992fe26594fbfbedfd46baef708b9d1ca (patch) | |
| tree | 9131b80aa16462501e6a92e845683eb68d5a916a /templates/page/legal.gohtml | |
| parent | cc8457921470e830a1df24e82e74b43579d09c83 (diff) | |
feat(style): modify root font-size for more consistent design
Diffstat (limited to 'templates/page/legal.gohtml')
| -rw-r--r-- | templates/page/legal.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml index f376b4a..b8ef23b 100644 --- a/templates/page/legal.gohtml +++ b/templates/page/legal.gohtml @@ -1,6 +1,6 @@ {{define "body"}} <div class="credits-legal" style="{{ .GetBackground }}"> - <h2>Legal information</h2> + <h1>Legal information</h1> <p> The software behind this website was made by <a href="https://anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a>. It is available on <a href="https://github.com/anhgelus/now">GitHub</a> for free and licensed under the |
