From f58c176e592475e2b16e26f86548551ab27d6c9a Mon Sep 17 00:00:00 2001 From: unwox Date: Fri, 27 Sep 2024 16:47:38 +0600 Subject: add missing site badges --- static/artoftea.png | Bin 0 -> 2321 bytes static/ozchai.ico | Bin 0 -> 32988 bytes static/style.css | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 static/artoftea.png create mode 100644 static/ozchai.ico (limited to 'static') diff --git a/static/artoftea.png b/static/artoftea.png new file mode 100644 index 0000000..c0d37eb Binary files /dev/null and b/static/artoftea.png differ diff --git a/static/ozchai.ico b/static/ozchai.ico new file mode 100644 index 0000000..f3328c7 Binary files /dev/null and b/static/ozchai.ico differ diff --git a/static/style.css b/static/style.css index 9b47676..388ce24 100644 --- a/static/style.css +++ b/static/style.css @@ -96,13 +96,13 @@ body { display: flex; gap: 0.5rem; align-items: center; - margin: 0.5rem 0 0.25rem; + margin: 0.5rem 0 0.375rem; text-decoration: none; font-size: 0.75rem; } .site-icon img { - width: 32px; + height: 24px; + width: auto; object-fit: contain; - height: auto; } -- cgit v1.2.3