CJ 1 an în urmă
părinte
comite
1b1f4abe0c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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'
         }
     }