-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (46 loc) · 770 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
48
49
50
51
52
53
54
55
56
57
body{
background-color: #f3f9fb;
}
h1{
font-size: 4.6rem;
margin-bottom: 0;
}
h2 {
font-size: 3rem;
}
h3{
font-size: 2rem;
}
p {
font-size: 1.3rem;
line-height: 49px;
}
li {
font-size: 1.3rem;
}
.linkText{
text-align: center;
}
.imageCenter {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
margin-bottom: 24px;
}
.terms{
font-size: 1.3rem;
}
.articleContent {
margin-left: 200px;
margin-right: 200px;
}
.col {
width: 100%;
}
.authors {
float: none;
margin-bottom: 24px;
}
.date-users .users li .no-profile{font-size:12px;line-height:15px;display:block;font-family:'OpenSans-Semibold';color:#000}
.date-users .users li a{font-size:12px;line-height:15px;display:block;font-family:'OpenSans-Semibold'}