Преглед на файлове

:paint: Keep pixel art aspect

DricomDragon преди 2 месеца
родител
ревизия
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 {