Skip to content

Commit

Permalink
fix: font-size defaults different across browsers. Hardcode it
Browse files Browse the repository at this point in the history
  • Loading branch information
isTravis committed Mar 5, 2024
1 parent 07c116a commit d92f0b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

The goal isn't to make it impossible or a big challenge to write. We just want a gut check on how much jargon we're using, and a nudge towards writing more simply.

This doesn't focus on tracking character count because the abbreviations you see on twitter inhibit comprehension more than aid.
This focuses on word count over character count because the abbreviations you see on twitter inhibit comprehension more than aid.

**Next Steps**

- Originally the editor was built as simple flat html/js files. This worked fine for the editor, but I then decided to add in 'Posts', and the management of that as flat HTML is brittle. If we wind up using this, we'll want a cleaner way to add simple markdown files that we can build into a post directory, and auto-populate the Post listing on the landing page. The simplest path is probably just to pick a templating framework and add a couple config/layout files.
- Originally the editor was quickly built as simple flat html/js files. This worked fine for the editor, but I then decided to add in 'Posts', and the management of that as flat HTML is brittle. If we wind up using this, we'll want a cleaner way to add simple markdown files that we can build into a post directory, and auto-populate the Post listing on the landing page. The simplest path is probably just to pick a templating framework and add a couple config/layout files.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ textarea {
min-height: 300px;
resize: none;
outline: none;
font-size: 16px;
}
#mask {
position: absolute;
Expand Down

0 comments on commit d92f0b2

Please sign in to comment.