Przeglądaj źródła

Merge branch 'prod' of http://118.89.119.129:3000/yangchaojie/Blog into prod

prod-ecs 1 rok temu
rodzic
commit
35ac8ed0b8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      templates/blog.html

+ 2 - 2
templates/blog.html

@@ -282,9 +282,9 @@
     function getClass(width) {
         if (width > 35 && width < 150) {
             return 'ui small rounded image'
-        } else if (width > 150 && width < 600) {
+        } else if (width > 150 && width < 800) {
             return 'ui medium rounded image'
-        } else if (width > 600) {
+        } else if (width > 800) {
             return 'ui fluid rounded image'
         }
     }