summaryrefslogtreecommitdiff
path: root/resources/css/page.css
blob: 813b3617869570d7a682775bdb707c894f846e13 (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
* {
  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;
}