« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/static/css/site.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 6b753862..e647dd83 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -2860,10 +2860,11 @@ img {
   object-fit: cover;
 }
 
-p > img {
+p > img, li > img {
   max-width: 100%;
   object-fit: contain;
   height: auto;
+  vertical-align: text-bottom;
 }
 
 .image-inner-area::after {