summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/artoftea.pngbin0 -> 2321 bytes
-rw-r--r--static/ozchai.icobin0 -> 32988 bytes
-rw-r--r--static/style.css6
3 files changed, 3 insertions, 3 deletions
diff --git a/static/artoftea.png b/static/artoftea.png
new file mode 100644
index 0000000..c0d37eb
--- /dev/null
+++ b/static/artoftea.png
Binary files differ
diff --git a/static/ozchai.ico b/static/ozchai.ico
new file mode 100644
index 0000000..f3328c7
--- /dev/null
+++ b/static/ozchai.ico
Binary files 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;
}