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 /style.css | |
parent | 748d54e9aee8665f8494b3fa3a77b7a54c2fe368 (diff) |
Fix image width issue
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ header { img { margin: 0 auto; - max-width: 120px; + max-width: 100%; } h1 { |