summary refs log tree commit diff
path: root/client/src/index.css
blob: d007edcea01d80f7b468018642e2e559480e9293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
html * {
  font-family: Roboto, sans-serif;
  font-size: 3vmin;
}

#root {
  justify-content: center;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 40%;
  padding: 0 50px 0 50px;
}