File size: 170 Bytes
7e111c4
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.touches {
  padding: 10px;
  canvas {
    display: block;
    max-height: 100%;
    max-width: 100%;
    background: var(--darker-background);
    margin: 0 auto;
  }
}