Skip to content

Commit

Permalink
Improve styling of h4
Browse files Browse the repository at this point in the history
Increase margin to allow better rendering of the api documentation pages, by allowing more vertical space between the headings
  • Loading branch information
mroderick committed May 21, 2017
1 parent bf2bfbd commit 1602e00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_sass/_base.scss
Expand Up @@ -64,6 +64,13 @@ a {
margin-bottom: 20px;
color: #281D18;
}

h4 {
font-size: 18px;
margin-top: 32px;
color: #281D18;
}

p {
color: #4B382F;
}
Expand Down

0 comments on commit 1602e00

Please sign in to comment.