-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp.css
More file actions
71 lines (57 loc) · 942 Bytes
/
Copy pathapp.css
File metadata and controls
71 lines (57 loc) · 942 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
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
body {
font-size: 18px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
li {
margin-bottom: 7px;
}
.hero-unit {
padding: 20px;
margin-bottom: 0px;
}
.hero-unit a {
margin-left: 30px;
}
.github {
opacity: 1;
display: block;
width: 28px;
height: 25px;
padding: 10px;
text-align: center;
text-decoration: none;
color: #CCA300;
font-size: 30px;
background: #EEE;
border-radius: 8px;
background-position: 0 0;
background-repeat: no-repeat;
margin-right: 30px;
box-shadow: 0 0 3px black;
-webkit-box-shadow: 0 0 3px black;
-moz-box-shadow: 0 0 3px black;
color: #999!important;
-webkit-transition: color;
display: inline-block;
text-decoration: inherit;
}
.github:hover{
text-decoration: none;
-webkit-transform: scale(1.1);
}
.posts {
}
.talk {
margin-bottom: 40px;
}
.talk a {
font-size: 16px;
}
.talk iframe {
margin-top: 15px;
}