diff options
| author | user@node5.net <user@node5.net> | 2026-06-30 22:54:48 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-06-30 23:12:45 +0200 |
| commit | 43ba98b2928f669541795cd4a07c2047500664b9 (patch) | |
| tree | 5f904b411af865c9f970e5e175df3006bfa2e8b9 | |
| parent | 483f9ff9aa87220779ea4e34035786f95af2563a (diff) | |
fix: img scale fit width on chromium
| -rw-r--r-- | src/static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/main.css b/src/static/main.css index 55fa151..eb0bf30 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -19,7 +19,7 @@ body { } img { - width: 50ch; + width: 100%; } hr { |
