diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-03 14:12:33 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-03 14:12:33 -0400 |
commit | 454cf64085759945b8102bad0735b27f1fc637bc (patch) | |
tree | 5da58f8179267812ca4eabafa9b9aa0a9fb7b560 | |
parent | edb2dbb7f3b96b6c757147afe82d362c40abe8a2 (diff) | |
download | emacsconf-wiki-454cf64085759945b8102bad0735b27f1fc637bc.tar.xz emacsconf-wiki-454cf64085759945b8102bad0735b27f1fc637bc.zip |
Fix image in CSS if needed
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,3 +103,4 @@ ol.chapters { list-style-type: none; padding: 0; } ol.chapters .current { background-color: rgba(0, 255, 0, 0.2); } .help { border: 1px solid green; padding: 1em; } + img.img { max-width: 100%; height: auto } |