This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
fxie
/
hichina2023
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
do not allow picture wider than screen
fengchang
1 rok temu
rodzic
dcf080db6b
commit
c9666c63f0
1 zmienionych plików
z
4 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
4
0
hichina-main-front-mobile-first/src/css/app.scss
+ 4
- 0
hichina-main-front-mobile-first/src/css/app.scss
Wyświetl plik
@@ -1 +1,5 @@
// app global css in SCSS form
+img {
+ max-width: 100%;
+ height: auto;
+}