瀏覽代碼

:wrench: Make every image in content fluid

To prevent images that are not responsive.
DricomDragon 1 年之前
父節點
當前提交
85f7c611d3
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/include/css/custom/main.css

+ 4 - 0
src/include/css/custom/main.css

@@ -150,3 +150,7 @@ table tbody + tbody {
     border-top: 2px solid #dee2e6;
 }
 
+.generated-body img { /* img-fluid */
+    max-width: 100%;
+    height: auto;
+}