Skip to content

Commit

Permalink
Force fenced code blocks to use smaller font
Browse files Browse the repository at this point in the history
This prevents horisontal scollbars in desktop browsers for all current code examples
  • Loading branch information
mroderick committed May 21, 2017
1 parent 1602e00 commit 746de3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_sass/_base.scss
Expand Up @@ -228,3 +228,7 @@ a {
max-width: 737px;
}
}

pre code {
font-size: 90%;
}

0 comments on commit 746de3f

Please sign in to comment.