-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
55 lines (51 loc) · 944 Bytes
/
index.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.body {
max-width: 1270px;
margin: 0 auto;
padding: 0 15px;
margin-top: 30px;
text-align: center;
}
.logo {
width: 70px;
height: 70px;
}
@media (min-width: 320px) {
.loader-styles {
position: absolute;
left: 40%;
top: 50%;
}
}
@media (min-width: 470px) {
.loader-styles {
position: absolute;
left: 43%;
top: 50%;
}
}
@media (min-width: 768px) {
.loader-styles {
position: absolute;
left: 45%;
top: 50%;
}
}
@media (min-width: 992px) {
.loader-styles {
position: absolute;
left: 48%;
top: 50%;
}
}