EPUB: title/about-page typography fixes - #70
Merged
Conversation
- Disable auto-hyphenation and no-break the domain so it can't render as 'bli-macake.com' at a line wrap. - Match the licence block's font size to the body text (was much smaller and looked jarring next to the story). - Center the title explicitly (some readers left-justified it) and shrink the title page's footprint (smaller heading, tighter margins) so the story and licence stay together instead of the licence spilling onto its own screen that started at the top. Rebuild the book. Co-authored-by: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HpG2vky2XhDtfc6y16TRis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes three title/about-page issues.
hyphens: none, with vendor prefixes) and wrapped the domain in a no-break span so it can never split..82em) than the story above it, which looked jarring. Removed the size override so it matches the body text. Also reduced the title page's overall footprint (smaller heading, tighter margins) so the story and licence sit together rather than the licence spilling onto its own screen that started at the very top.text-align: centeron the title (and subtitle).Rebuilt
BlimaCake.epub; valid (mimetype stored first, 0 malformed XHTML), opens on the cover, 0 en/em dashes. Repo guard and markdownlint clean.Note: exact line-wrapping and alignment are ultimately reader-dependent, but the explicit
hyphens: none, no-break domain, and explicit center alignment remove the causes rather than relying on defaults.🤖 Generated with Claude Code
Generated by Claude Code