aboutsummaryrefslogtreecommitdiff
path: root/public/main.css
blob: 2654c0e16f26cba0f014140d28f4f17d784d4a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}