make last updated text smaller

This commit is contained in:
2026-02-21 03:59:32 +01:00
parent acb96a4b7c
commit 07f4291149
2 changed files with 7 additions and 3 deletions

View File

@@ -38,17 +38,17 @@
</p>
<div class="buttons" style="margin-top: 1.25em;">
<img src="images/buttons/people/rosa_88x31.png" alt="Rosa's button" title="me!">
<a href="https://girlboss.ceo"><img src="images/buttons/people/june_88x31.png" alt="june" title="june"></a>
<a href="https://girlboss.ceo" target="_blank"><img src="images/buttons/people/june_88x31.png" alt="june" title="june"></a>
<a href="LICENSE.txt"><img src="images/cc-by-sa.png" alt="CC-BY-SA License" title="CC-BY-SA License"></a>
<a href="https://www.debian.org/" target="_blank"><img src="images/buttons/powered-by/powered-by-debian.gif" alt="Powered by Debian" title="Powered by Debian"></a>
<img src="images/buttons/powered-by/twopaws.png" alt="Made with my own two paws :3" title="Made with my own two paws :3">
<img src="images/buttons/other/internet_privacy.gif" alt="Internet privacy now!" title="Internet privacy now!">
<img src="images/buttons/pride/flag-trans.png" alt="TRAAAANS" title="TRAAAANS">
<a href="https://code.visualstudio.com/"><img src="images/buttons/software/vscode.gif" alt="Edited with VSCode" title="Edited with VSCode"></a>
<a href="https://code.visualstudio.com/" target="_blank"><img src="images/buttons/software/vscode.gif" alt="Edited with VSCode" title="Edited with VSCode"></a>
</div>
<p>This work is licensed under the <a href="LICENSE.txt">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
<p>wraff!</p>
<pre id="last-updated">Last updated: 2026-02-21, 02:55:21 UTC</pre>
<pre id="last-updated">Last updated: 2026-02-21, 02:59:32 UTC</pre>
</main>
</body>
</html>

View File

@@ -32,4 +32,8 @@ main {
max-height: 31px;
height: auto;
object-fit: contain;
}
#last-updated {
font-size: 0.8rem;
}