This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
fxie
/
hichina2023
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
do not allow picture wider than screen
fengchang
há 2 anos atrás
pai
dcf080db6b
commit
c9666c63f0
1 ficheiros alterados
com
4 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas 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;
+}