site.css 262 Bytes
Newer Older
1
body {
Qiang Xue committed
2
	padding-top: 70px;
3 4
}

5
.footer {
Qiang Xue committed
6 7 8 9
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
10 11
}

12
.jumbotron {
Qiang Xue committed
13 14
	text-align: center;
	background-color: transparent;
15
}
Qiang Xue committed
16

17
.jumbotron .btn {
Qiang Xue committed
18 19
	font-size: 21px;
	padding: 14px 24px;
20
}