-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
60 lines (49 loc) · 924 Bytes
/
custom.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
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
h1,h2,h3,h4,h5,h6,p,b {
font-family: Roboto !important;
}
i.fas {
font-family: Font Awesome 5 Free !important;
}
.t {
text-align: left !important;
padding-left: 5%;
font-size: 0.7em !important;
}
.title {
font-weight: 300 !important;
}
.hl {
color: #7484cb;
margin-left: 15px !important;
margin-right: 15px !important;
}
.half {
width: 50%;
}
.third {
width: 33%;
}
.left-col {
width: 400px;
padding-right: 50px !important;
float: left;
}
.right-col {
width: 400px;
padding-left: 50px !important;
float: right;
}
.left {
float: left;
}
.right {
float: right;
}
.didyouknow {
font-size: 0.4em !important;
font-style: italic !important;
}
.didyouknow > i {
margin-right: 5px;
}