summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-03 14:12:33 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-03 14:12:33 -0400
commit454cf64085759945b8102bad0735b27f1fc637bc (patch)
tree5da58f8179267812ca4eabafa9b9aa0a9fb7b560 /local.css
parentedb2dbb7f3b96b6c757147afe82d362c40abe8a2 (diff)
downloademacsconf-wiki-454cf64085759945b8102bad0735b27f1fc637bc.tar.xz
emacsconf-wiki-454cf64085759945b8102bad0735b27f1fc637bc.zip
Fix image in CSS if needed
Diffstat (limited to 'local.css')
-rw-r--r--local.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.css b/local.css
index aba52b5d..555395c6 100644
--- a/local.css
+++ b/local.css
@@ -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 }