This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
fxie
/
hichina2023
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
do not allow picture wider than screen
fengchang
1 ano atrás
pai
dcf080db6b
commit
c9666c63f0
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
4
0
hichina-main-front-mobile-first/src/css/app.scss
+ 4
- 0
hichina-main-front-mobile-first/src/css/app.scss
Ver arquivo
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}