Use <small> to mark the application’s version up

I mistakenly thought that <small> was de inverse of the deprecated <big>
element, but apparently it is for small-print text and such, thus suited
for this case.
This commit is contained in:
jordi fita mas 2024-01-19 22:59:06 +01:00
parent 0937cfcf33
commit f15294c042
2 changed files with 1 additions and 2 deletions

View File

@ -316,7 +316,6 @@ main {
body > footer {
border-top: 1px solid var(--numerus--color--light-gray);
font-size: 75%;
padding: .25em 3rem;
}

View File

@ -63,7 +63,7 @@
{{- template "content" . }}
</main>
<footer>
<p>{{printf ( gettext "<a href=\"https://numerus.cat/\">Numerus</a> Version: %s") numerusVersion | unsafe}}</p>
<p><small>{{printf ( gettext "<a href=\"https://numerus.cat/\">Numerus</a> Version: %s") numerusVersion | unsafe}}</small></p>
</footer>
</body>
<div x-data="snackbar">