CJ 1 년 전
부모
커밋
9644145ef0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/blog.html

+ 1 - 1
templates/blog.html

@@ -282,7 +282,7 @@
     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) {
             return 'ui fluid rounded image'