Skip to content

Left-align About page text instead of justifying - #199

Merged
skearnes merged 1 commit into
mainfrom
fix-about-text-justify
Jun 24, 2026
Merged

Left-align About page text instead of justifying#199
skearnes merged 1 commit into
mainfrom
fix-about-text-justify

Conversation

@skearnes

@skearnes skearnes commented Jun 24, 2026

Copy link
Copy Markdown
Member

The /about page paragraphs used text-align: justify; text-justify: inter-word;, which produces uneven word spacing ("rivers") — especially on narrower columns. Switch to text-align: left for clean, readable text.

🤖 Generated with Claude Code

Greptile Summary

This PR updates the styling of the /about page paragraphs to use left-aligned text instead of justified text, removing the text-justify: inter-word property as well.

  • Replaces text-align: justify + text-justify: inter-word with text-align: left in the __text modifier rule in About.scss, eliminating the "rivers" of whitespace that justified text produces on narrow columns.

Confidence Score: 5/5

This is a safe, minimal CSS-only change with no logic or data implications.

The change removes two text-alignment declarations and replaces them with a single standard text-align: left, which is the browser default for LTR text. The diff is one file, three lines, and the change is cosmetic-only with no functional side effects.

No files require special attention.

Important Files Changed

Filename Overview
app/src/views/About.scss Removes text-align: justify and text-justify: inter-word, replacing them with text-align: left to eliminate uneven word spacing on the About page.

Reviews (1): Last reviewed commit: "Left-align About page text instead of ju..." | Re-trigger Greptile

Justified text with inter-word spacing produced uneven gaps ("rivers") in the
About page paragraphs; left-align reads cleanly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@skearnes
skearnes merged commit 9134831 into main Jun 24, 2026
16 checks passed
@skearnes
skearnes deleted the fix-about-text-justify branch June 24, 2026 04:15
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.

1 participant