-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.css
70 lines (57 loc) · 992 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
html {
text-rendering: optimizeLegibility;
font-size: 16px;
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
}
main {
padding: 2rem;
}
.description {
line-height: 1.5;
}
section {
margin-top: 3rem;
}
section > p {
opacity: 0.75;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
margin-bottom: 3rem;
}
.name {
margin: 12px 0;
display: flex;
align-items: flex-end;
}
.name img {
border-radius: 4px;
margin-right: 8px;
margin-bottom: -2px;
}
.name strong {
margin-right: 8px;
}
small {
opacity: 0.75;
}
.bio {
margin: 12px 0;
}
.links a {
margin-right: 12px;
}