aboutsummaryrefslogtreecommitdiff
path: root/public/untisinfo.css
blob: 119e21ed98fad145b0bed0b7afc7166c986a16f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
html, body {
  overflow: auto;
  width: 100vw;
  height: 100vh;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

center {
  margin: 5px;
}

@media print {
  html, body {
    overflow: inherit;
    width: inherit;
    height: inherit;
    margin: inherit;
    -webkit-overflow-scrolling: inherit;
  }

  center {
    margin: inherit;
  }
}