summaryrefslogtreecommitdiff
path: root/resources/css/page.css
blob: 57c46a5b45776138058cfc66bc315c70f5dd28f0 (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
26
27
28
29
* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  background-color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

.wrap {
  margin: 0 auto;
  min-width: 360px;
  max-width: 750px;
  width: 100vw;
  height: 100vh;
}

.hidden {
  display: none;
}