This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
fxie
/
hichina2023
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
do not allow picture wider than screen
fengchang
hai 1 ano
pai
dcf080db6b
achega
c9666c63f0
Modificáronse 1 ficheiros
con
4 adicións
e
0 borrados
Dividir vista
Mostrar estatí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 ficheiro
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}