Explorar o código

:wrench: Make every image in content fluid

To prevent images that are not responsive.
DricomDragon hai 1 ano
pai
achega
85f7c611d3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
+}