DricomDragon 2 месяцев назад
Родитель
Сommit
8018360c44
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      dev-front/src/App.css

+ 5 - 0
dev-front/src/App.css

@@ -12,6 +12,11 @@ label {
 
 img {
     width: 80%;
+
+    /* For pixel art */
+    image-rendering: pixelated;
+    image-rendering: -moz-crisp-edges;
+    image-rendering: crisp-edges;
 }
 
 .app {