This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
fxie
/
hichina2023
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
do not allow picture wider than screen
fengchang
il y a 1 an
Parent
dcf080db6b
commit
c9666c63f0
1 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
4
0
hichina-main-front-mobile-first/src/css/app.scss
+ 4
- 0
hichina-main-front-mobile-first/src/css/app.scss
Voir le fichier
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}