Browse Source

do not allow picture wider than screen

fengchang 1 năm trước cách đây
mục cha
commit
c9666c63f0
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+}