aboutsummaryrefslogtreecommitdiff
path: root/modern/public/styles.css
blob: f6c61c0abd5e476fcbee7187b1ec7fa2e5ea128c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}