Improve consistency and bump text size. #553
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a first step toward addressing some of the points raised in #525. I substantially increased the type size on all pages by setting a
font-size
inhtml
when past the "small" screen size breakpoint specified by Tachyons. This has a couple of benefits:On that latter note, I also shifted a few items to use Tachyons classes instead of hard-coded values, bringing line-heights and font-sizes in line with Tachyons and thereby helping them fit together a bit better (see esp. the "Rust in Production" section on the home page – there's still work to do, but it's at least much better).
Here's how it looks on big screens
I'm by no means married to the specific base text size I chose, but I think this starts to get us in the right direction.