-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy pathcustom.css
More file actions
110 lines (92 loc) · 1.29 KB
/
custom.css
File metadata and controls
110 lines (92 loc) · 1.29 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
padding-top: 5%;
}
section {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lnr {
display: inline-block;
fill: currentColor;
width: 1em;
height: 1em;
vertical-align: -0.05em;
stroke-width: 1;
}
.services-icon {
margin-bottom: 20px;
font-size: 30px;
}
.quote-icon {
font-size: 40px;
margin-bottom: 20px;
}
.gittext {
color: #646464;
font-weight: bold;
}
.lowercase {
text-transform: lowercase;
}
h1,
h2,
h3,
h4 {
font-weight: 300;
}
h1 {
font-size: 2.5em;
text-align: center;
}
h1 span {
color: #969696;
font-size: 0.42em;
margin-left: 0.476em;
}
h2 {
font-size: 3em;
line-height: 1.3;
}
h3 {
font-size: 1.875em;
line-height: 1.3;
}
h4 {
font-size: 1.5em;
line-height: 1.1;
}
li.borderless {
border-top: 0 none;
border-bottom: 0 none;
border-right: 0 none;
border-left: 0 none;
}
.img-git-logo {
width: 40%;
}
.img-other-logos {
width: 90%
}
.footer {
padding: 28px 0;
margin-top: 55px;
background-color: #202020;
}
.footer span,
.footer a {
color: #878787;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.footer a:hover {
color: #007bff;
}
.footer-menu ul {
text-align: right;
margin: 0;
}
.footer-menu li {
display: inline-block;
padding-left: 20px;
}