This website works better with JavaScript
Home
Explore
Help
Register
Sign In
fxie
/
hichina2023
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
do not allow picture wider than screen
fengchang
1 year ago
parent
dcf080db6b
commit
c9666c63f0
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
hichina-main-front-mobile-first/src/css/app.scss
+ 4
- 0
hichina-main-front-mobile-first/src/css/app.scss
View File
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}