diff options
author | Bradley Taunt <bt@btxx.org> | 2025-06-23 13:07:42 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-06-23 13:07:42 -0400 |
commit | 2355dc7d0dcd376c022daebd12957f48885d1c3d (patch) | |
tree | 2c4a3e31f96931d3d53a371e276c82138eb11d09 /public/style.css | |
parent | 748d54e9aee8665f8494b3fa3a77b7a54c2fe368 (diff) |
Fix image width issue
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |