-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathaclu2.css
63 lines (49 loc) · 760 Bytes
/
aclu2.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
@import "{{ site.theme }}";
.wrapper {
width: 1140px;
}
header h1, .view, footer {
display: none;
}
section {
width: 800px;
}
body {
font-size: 15px;
line-height: 1.5;
color: #333;
}
h1, h2, h3 {
line-height: 1.2;
color: #3c3532;
}
h1, h2 {
font-size: 22px;
margin: 45px 0 15px;
}
h3 {
text-transform: uppercase;
font-size: 13px;
margin: 30px 0 10px;
}
p, ul, ol, table, pre, dl {
max-width: 600px;
margin: 0 0 15px;
}
code {
padding: 0.1em 0.2em;
margin: 0;
background-color: rgb(27,31,35,0.05);
border-radius: 3px;
}
body {
font-family: Avenir, helvetica, sans-serif;
}
h1 {
font-size: 127%;
font-family: Raleway, georgia, serif;
}
.title {
margin-right: 200px;
font-family: Raleway;
}