File size: 113 Bytes
131da12
 
 
 
 
 
1
2
3
4
5
6
7
/* Reset styling, styling is managed in App.css */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}