Skip to content

Commit

Permalink
Larger font
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Fierens committed Aug 21, 2020
1 parent abf4993 commit efd5399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dist/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

#editor-column {
width: 90%;
max-width: 800px;
max-width: 900px;
margin: 0 auto;
}

Expand Down Expand Up @@ -126,7 +126,9 @@
}

.CodeMirror, .CodeMirror-fullscreen, .gKsMQS, .gKsMQS p, .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
font-family: Charter, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
font-family: Charter, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20px;
line-height: 26px;
}

.gKsMQS h1:not(.placeholder)::before,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standardnotes-writer",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/dist.css",
"sn": {
"main": "dist/dist.css"
Expand Down

0 comments on commit efd5399

Please sign in to comment.