Change fingerprint in footer to pre

This makes it mobile friendly by not overflowing.
This commit is contained in:
Andinus 2020-05-23 00:27:28 +05:30
parent 0b6238af6d
commit 0706fb911a
Signed by untrusted user: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<hr> <hr>
<footer class="text-center"> <footer class="text-center">
<p>ECDSA fingerprint: SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres</p> <pre>ECDSA fingerprint: SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres</pre>
<a href="https://tildegit.org/team/site">page source</a> <a href="https://tildegit.org/team/site">page source</a>
&mdash; &mdash;
<a href="https://bhh.sh/donate/">donate</a> <a href="https://bhh.sh/donate/">donate</a>
@ -15,4 +15,3 @@
</body> </body>
</html> </html>