File size: 132 Bytes
bd4b515
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
html, body, #root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}