aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
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 /style.css
parent748d54e9aee8665f8494b3fa3a77b7a54c2fe368 (diff)
Fix image width issue
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index ca3df9f..0f13cd1 100644
--- a/style.css
+++ b/style.css
@@ -33,7 +33,7 @@ header {
img {
margin: 0 auto;
- max-width: 120px;
+ max-width: 100%;
}
h1 {