-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
47 lines (42 loc) · 929 Bytes
/
styles.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
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
line-height: 1.5;
color: #24292e;
background-color: #fff;
padding: 50 200 0 200px;
}
* {
box-sizing: border-box;
}
.title {
padding-bottom: 0.7em;
font-size: 2.5em;
border-bottom: 1px solid #eaecef;
}
.sub-title {
font-size: 1.6em;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
font-size: 20px;
font-weight: 600;
}
.info {
font-size: 1.2em;
margin-bottom: 16px;
}
.info-box {
font-size: 1.2em;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f6f8fa;
padding: 16px;
border-radius: 3px;
word-break: normal;
margin-bottom: 16px;
word-wrap: normal;
}