Procházet zdrojové kódy

do not allow picture wider than screen

fengchang před 1 rokem
rodič
revize
c9666c63f0

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