Explorar o código

do not allow picture wider than screen

fengchang hai 1 ano
pai
achega
c9666c63f0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      hichina-main-front-mobile-first/src/css/app.scss

+ 4 - 0
hichina-main-front-mobile-first/src/css/app.scss

@@ -1 +1,5 @@
 // app global css in SCSS form
+img {
+  max-width: 100%;
+  height: auto;
+}