diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2026-01-01 19:29:37 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2026-01-01 19:29:37 -0500 |
| commit | 9cc9919ef5eddf65f4befb3e09d271c1b42e355c (patch) | |
| tree | b8ff4478abb5374917c277bb92f6ec975c5a409d /static | |
| parent | cf6d2c1715bc7528aba38c7ff67664dd7c9a1e56 (diff) | |
Pyblock Hard Mode
Diffstat (limited to 'static')
| -rw-r--r-- | static/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css index 0e7af6e..7596124 100644 --- a/static/site.css +++ b/static/site.css @@ -9,3 +9,7 @@ body { pre { overflow: scroll; } + +article img { + max-width: 100%; +} |
