aboutsummaryrefslogtreecommitdiff
path: root/docs/css/main.css
blob: 957e9a6285fd0a097d3cf938338c9c3e5abde790 (plain) (blame)
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
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.navbar .brand {
  background: url(../img/spark-logo-100x40px.png) no-repeat left center;
  height: 40px;
  width: 100px;
  padding: 0px;
}

body #content {
  line-height: 1.6; /* Inspired by Github's wiki style */
}

.title {
  font-size: 32px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

code {
  color: #333;
}

.container {
  max-width: 914px;
}