Преглед на файлове

: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;
+}