-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscreen.css
80 lines (66 loc) · 973 Bytes
/
screen.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/* from http://weheart.github.io */
body {
color: #333;
font-family: Helvetica, sans-serif;
margin: 0 10%;
line-height: 22px;
}
a {
color: #f64e54;
}
h2 {
margin-top: 40px;
}
small {
display: block;
color: grey;
}
ul ul {
margin-bottom: 8px;
}
.manifest {
margin-bottom: 32px;
}
.manifest p {
font-weight: bold;
font-size: 32px;
margin: 0;
line-height: 38px;
letter-spacing: -0.01em;
margin-bottom: 12px;
}
.logo {
width: 195px;
height: 178px;
display: block;
margin: 36px 0 36px 10%;
}
.variations img {
width: 60px;
height: 60px;
padding: 16px;
}
.variations small {
margin-bottom: 10px;
}
.credits {
margin-top: 36px;
margin-bottom: 36px;
}
@media (max-width: 600px) {
.manifest {
margin-bottom: -6px;
}
.manifest p {
font-size: 22px;
line-height: 28px;
padding-bottom: 8px;
}
h2 {
font-size: 22px;
line-height: 28px;
}
ul, ol {
margin-left: -20px;
}
}