Gregg Tavares 7 лет назад
Родитель
Сommit
e78ada7771
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      threejs/lessons/resources/lesson.css

+ 1 - 1
threejs/lessons/resources/lesson.css

@@ -213,7 +213,7 @@ code {
 }
 }
 
 
 .threejs_image>img {
 .threejs_image>img {
-    width: 100%;
+    max-width: 100% !important;
     display: block;
     display: block;
 }
 }
 .threejs_math {
 .threejs_math {

粤ICP备19079148号