This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
fxie
/
hichina2023
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
do not allow picture wider than screen
fengchang
hace 1 año
padre
dcf080db6b
commit
c9666c63f0
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
hichina-main-front-mobile-first/src/css/app.scss
+ 4
- 0
hichina-main-front-mobile-first/src/css/app.scss
Ver fichero
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}