style.css 119 B

12
  1. * { margin: 0; padding: 0; box-sizing: border-box; }
  2. html, body, #app { width: 100%; height: 100%; overflow: hidden; }