Explorar o código

CSS: Fix image modal max width

JC Brand %!s(int64=5) %!d(string=hai) anos
pai
achega
4534a343d6
Modificáronse 1 ficheiros con 4 adicións e 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 {