Browse Source

:wrench: Make every image in content fluid

To prevent images that are not responsive.
DricomDragon 1 năm trước cách đây
mục cha
commit
85f7c611d3
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+}