Explorar el Código

:paint: Keep pixel art aspect

DricomDragon hace 2 meses
padre
commit
8018360c44
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 {