-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutjames.css
69 lines (59 loc) · 1.12 KB
/
aboutjames.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
61
62
63
64
65
66
67
68
body{
position: relative;
padding-top: 50px;
background: white url(../img/bg.png) repeat left top;
-webkit-font-smoothing: antialiased;
}
.main{
margin-top: 65px;
-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 3px 6px 0px;
background-color: white;
padding: 15px;
}
.footer{
margin-top: 45px;
margin-bottom: auto;
background-color: #777777;
color: #999;
}
.narrow{
max-width: 700px;
margin: 0 auto;
}
.well blockquote {
margin-bottom: 0px;
}
.about{
margin-top: 30px;
}
.skills{
margin-top: 20px;
}
.block{
border-left: 0px;
font-size: 18px;
padding-left: 1px;
margin-bottom: 0px
}
.time{
color: grey;
margin-left: 5px;
font-size: small;
}
@media (min-width: 768px) {
.navbar>.container .navbar-brand {
text-align: left;
margin-left: 0;
padding-left: 0;
}
h2:first-child,
h3:first-child,
h4:first-child {
margin-top: 0;
}
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }