Browse Source

fix images

Gregg Tavares 7 năm trước cách đây
mục cha
commit
e78ada7771
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      threejs/lessons/resources/lesson.css

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

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