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:
parent
0937cfcf33
commit
f15294c042
|
@ -316,7 +316,6 @@ main {
|
|||
|
||||
body > footer {
|
||||
border-top: 1px solid var(--numerus--color--light-gray);
|
||||
font-size: 75%;
|
||||
padding: .25em 3rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue