-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (38 loc) · 786 Bytes
/
styles.css
File metadata and controls
45 lines (38 loc) · 786 Bytes
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
h1, .h1 {
border-top: 60px solid transparent;
border-bottom: 20px solid transparent;
}
h2, .h2, h3, .h3 {
border-top: 50px solid transparent;
border-bottom: 20px solid transparent;
}
h4, .h4 {
border-top: 20px solid transparent;
border-bottom: 10px solid transparent;
}
.title.toc-ignore {
border-bottom: 0px solid transparent;
}
.contributors .col-md-3 {
padding: 30px;
text-align: center;
font-size: 20px;
}
.contributors .col-md-3 img{
width: 150px;
height: 150px;
display: block;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
}
.icon-grid .col-sm-2 img:hover {
transform:scale(1.1);
}
.icon-grid .col-sm-2 img {
height: 90%;
width: 90%;
transition:transform .25s ease;
display: block;
margin-bottom: 2em;
}