aboutsummaryrefslogtreecommitdiff
path: root/src/client/static/untisinfo.css
blob: d74a7aadd5f36712cbdecb4b8fc1855ebc8f8ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
html, body {
  overflow: auto;
  width: 100vw;
  height: 100vh;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

center {
  margin: 5px;
}