Skip to content

Commit

Permalink
shrink code text for less horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Mar 18, 2019
1 parent e5bd46e commit ad30021
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.rulers": [
60, // try to keep examples this long
80, // hard wrap
]
}
2 changes: 1 addition & 1 deletion website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ code {

/* highlighted code blocks */
.hljs {
font-size: 14px;
font-size: 13px;
}

.projectTaglineWrapper {
Expand Down

0 comments on commit ad30021

Please sign in to comment.