-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (68 loc) · 857 Bytes
/
Copy pathstyle.css
File metadata and controls
77 lines (68 loc) · 857 Bytes
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
html,
body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol,
li {
margin: 0;
padding: 0;
font: inherit;
font-family: "Noto Sans TC", sans-serif;
font-weight: 400;
vertical-align: baseline;
text-decoration: none;
list-style: none;
line-height: 1.5;
}
main {
margin: 0 auto;
max-width: 72rem;
padding: 3rem;
}
footer {
margin-top: 4rem;
padding: 3rem;
text-align: center;
background-color: #24292e;
color: white;
}
h1 {
font-size: 1.875rem;
line-height: 2.25rem;
font-weight: 600;
margin-bottom: 2rem;
}
h2 {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
margin-bottom: 2rem;
}
h3 {
font-size: 1.25rem;
line-height: 2rem;
font-weight: 600;
margin-bottom: 1rem;
}
p,
ul,
li {
margin-bottom: 1rem;
}
ul {
margin-left: 2rem;
}
li {
list-style: disc;
}
.contact {
margin-top: 3rem;
}