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