summaryrefslogtreecommitdiffstats
path: root/src/index.scss
blob: 23e87b01dafee3df6c1a22d767abda24a6675234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import "../node_modules/bootstrap/scss/bootstrap";
@import "../node_modules/bootstrap-icons/font/bootstrap-icons";

* {
  box-sizing: border-box;
}

html,
body,
#root {
  margin: 0;
  padding: 0;

  height: 100vh;
  width: 100vw;

  font-family: sans-serif;
  overflow: hidden;
}