Explorar el Código

CSS: Fix image modal max width

JC Brand hace 5 años
padre
commit
4534a343d6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      sass/_modal.scss

+ 4 - 0
sass/_modal.scss

@@ -22,6 +22,10 @@
 
                 &.fit-content {
                     box-sizing: content-box;
+
+                    img {
+                        max-width: 90vw;
+                    }
                 }
             }
             .modal-footer {