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'
             return 'ui small rounded image'
         } else if (width > 150 && width < 800) {
         } else if (width > 150 && width < 800) {
             return 'ui medium rounded image'
             return 'ui medium rounded image'
-        } else if (width > 600) {
+        } else if (width > 800) {
             return 'ui fluid rounded image'
             return 'ui fluid rounded image'
         }
         }
     }
     }