This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
fxie
/
hichina2023
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
do not allow picture wider than screen
fengchang
1 anno fa
parent
dcf080db6b
commit
c9666c63f0
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
hichina-main-front-mobile-first/src/css/app.scss
+ 4
- 0
hichina-main-front-mobile-first/src/css/app.scss
Vedi File
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}