Skip to content

Commit f79316b

Browse files
committed
shrink code text to 13px to require less scrolling
1 parent e5bd46e commit f79316b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"editor.rulers": [
3+
60, // try to keep examples this long
4+
80, // hard wrap
5+
]
6+
}

website/static/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ code {
1111

1212
/* highlighted code blocks */
1313
.hljs {
14-
font-size: 14px;
14+
font-size: 13px;
1515
}
1616

1717
.projectTaglineWrapper {

0 commit comments

Comments
 (0)