Selaa lähdekoodia

:paint: Keep pixel art aspect

DricomDragon 2 kuukautta sitten
vanhempi
commit
8018360c44
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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 {