Skip to content

Apply useful CSS one-liners that fit current site usage#35

Draft
samsonjs wants to merge 1 commit intomainfrom
codex/issue-31-useful-css
Draft

Apply useful CSS one-liners that fit current site usage#35
samsonjs wants to merge 1 commit intomainfrom
codex/issue-31-useful-css

Conversation

@samsonjs
Copy link
Owner

@samsonjs samsonjs commented Feb 8, 2026

Summary

  • add line-height: 1.5 on body for improved baseline readability
  • add text-wrap: balance for headings to avoid awkward wraps
  • add article p { max-width: 65ch; } to keep paragraph measure readable
  • intentionally skip table/form/motion one-liners that are not currently used by the main generated site

Verification

  • rbenv exec bundle exec bake lint
  • rbenv exec bundle exec bake test
  • rbenv exec bundle exec bake debug

Closes #31

@samsonjs
Copy link
Owner Author

samsonjs commented Feb 8, 2026

Not sure about the max column width, seems a bit low to me.

@samsonjs samsonjs marked this pull request as draft February 8, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply some useful styles from this article

1 participant