Ver código fonte

:wrench: Make every image in content fluid

To prevent images that are not responsive.
DricomDragon 1 ano atrás
pai
commit
85f7c611d3
1 arquivos alterados com 4 adições e 0 exclusões
  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;
+}