Skip to content

Commit

Permalink
header fonts made smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Feb 8, 2017
1 parent 519adae commit 093c100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ dd {
}

h1 {
font-size: 2.6em !important;
font-size: 2.0em !important;
}
h2 {
font-size: 2.2em !important;
font-size: 1.8em !important;
}
h3 {
font-size: 2.0em !important;
font-size: 1.6em !important;
}
h4 {
font-size: 1.6em !important;
font-size: 1.4em !important;
}
h5 {
font-size: 1.2em !important;
Expand Down

0 comments on commit 093c100

Please sign in to comment.