summaryrefslogtreecommitdiffstats
path: root/src/index.scss
blob: 3d8dd7a0a94bc5eaf9b68c3651b288ab71b5cc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* {
  box-sizing: border-box;
}

html, body, #root {
  height: 100vh;
  width: 100vw;

}

#root {
  display: flex;
  flex-flow: column nowrap;
}