/**
 * Pixelator — canvas sizing only; chrome from tool-page.css.
 */

#canvas {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

@media (max-width: 768px) {
  #canvas {
    max-width: 100%;
    height: auto;
  }
}
