From 07f42911497dd2e9001fbb60dcbb094f6983318f Mon Sep 17 00:00:00 2001 From: rosa Date: Sat, 21 Feb 2026 03:59:32 +0100 Subject: [PATCH] make last updated text smaller --- index.html | 6 +++--- style.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d23e2c0..3927e1e 100644 --- a/index.html +++ b/index.html @@ -38,17 +38,17 @@

Rosa's button - june + june CC-BY-SA License Powered by Debian Made with my own two paws :3 Internet privacy now! TRAAAANS - Edited with VSCode + Edited with VSCode

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License

wraff!

-
Last updated: 2026-02-21, 02:55:21 UTC
+
Last updated: 2026-02-21, 02:59:32 UTC
\ No newline at end of file diff --git a/style.css b/style.css index ed55ae0..1ac9a72 100644 --- a/style.css +++ b/style.css @@ -32,4 +32,8 @@ main { max-height: 31px; height: auto; object-fit: contain; +} + +#last-updated { + font-size: 0.8rem; } \ No newline at end of file