CJ 1 年之前
父節點
當前提交
1b1f4abe0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/blog.html

+ 1 - 1
templates/blog.html

@@ -284,7 +284,7 @@
             return 'ui small rounded image'
         } else if (width > 150 && width < 800) {
             return 'ui medium rounded image'
-        } else if (width > 600) {
+        } else if (width > 800) {
             return 'ui fluid rounded image'
         }
     }