瀏覽代碼

do not allow picture wider than screen

fengchang 1 年之前
父節點
當前提交
c9666c63f0
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
+}