File size: 121 Bytes
20256e7
 
 
 
 
1
2
3
4
5
6
/* App-level layout — keeps the main content full-width and uncentred */
#root {
  width: 100%;
  min-height: 100vh;
}