aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-06-23 13:07:42 -0400
committerBradley Taunt <bt@btxx.org>2025-06-23 13:07:42 -0400
commit2355dc7d0dcd376c022daebd12957f48885d1c3d (patch)
tree2c4a3e31f96931d3d53a371e276c82138eb11d09 /public
parent748d54e9aee8665f8494b3fa3a77b7a54c2fe368 (diff)
Fix image width issue
Diffstat (limited to 'public')
-rw-r--r--public/index.html.gzbin4052 -> 4052 bytes
-rw-r--r--public/style.css2
-rw-r--r--public/style.css.gzbin560 -> 559 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html.gz b/public/index.html.gz
index 4416cbb..46ca2e6 100644
--- a/public/index.html.gz
+++ b/public/index.html.gz
Binary files differ
diff --git a/public/style.css b/public/style.css
index ca3df9f..0f13cd1 100644
--- a/public/style.css
+++ b/public/style.css
@@ -33,7 +33,7 @@ header {
img {
margin: 0 auto;
- max-width: 120px;
+ max-width: 100%;
}
h1 {
diff --git a/public/style.css.gz b/public/style.css.gz
index 5cc3781..92ad9cc 100644
--- a/public/style.css.gz
+++ b/public/style.css.gz
Binary files differ