-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
96 lines (80 loc) · 1.44 KB
/
style.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
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
.row > div {
padding-top: 36px;
}
.intro h1 {
margin-top: 0;
}
.separator {
margin-top: 36px;
padding: 18px 36px;
background: #eee;
border-radius: 6px;
}
.separator h2 {
margin: 0;
font-size: 24px;
font-weight: 300;
}
.match-twitter-button {
font-size: 13px !important;
line-height: 26px !important;
padding: 0 12px !important;
vertical-align: top !important;
font-weight: bold;
margin-right: 1em;
}
.center-icon {
padding: 0 25%;
text-align: center;
}
.row.principles > div {
padding-top: 18px;
}
.row.principles h3 {
color: #777;
margin-top: 12px;
}
.testimonials {
padding: 10px 20px;
margin: 24px 0 16px -20px;
border: 1px solid #e8e8e8;
border-radius: 5px;
}
.testimonials h2 {
margin: 9px 0 0 0;
font-size: 12px;
font-weight: 700;
color: #959595;
text-transform: uppercase;
letter-spacing: 1px;
}
.testimonials .row > div {
padding-top: 18px;
}
.row > div > h3:first-child {
margin-top: 0;
}
.take-my-money {
text-align: center;
}
.take-my-money .btn {
text-transform: uppercase;
letter-spacing: 1px;
}
body > footer {
border-top: 1px solid #e8e8e8;
margin-top: 24px;
padding: 24px 0;
}
body > footer p {
font-size: 12px;
text-align: center;
color: #777;
}
/* On small screens, the long title "Designing Data-Intensive Apps" doesn't fit
* on one line -- allow it to wrap gracefully */
.navbar-header .navbar-brand {
float: none;
display: block;
height: auto;
}