Skip to content

Commit

Permalink
Merge pull request #1415 from mroderick/style-improvements
Browse files Browse the repository at this point in the history
Style improvements
  • Loading branch information
mantoni committed May 21, 2017
2 parents 06bf652 + 746de3f commit fb514cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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 Expand Up @@ -221,3 +228,7 @@ a {
max-width: 737px;
}
}

pre code {
font-size: 90%;
}

0 comments on commit fb514cf

Please sign in to comment.