Skip to content

Commit 9134831

Browse files
skearnesclaude
andauthored
Left-align About page text instead of justifying (#199)
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>
1 parent d47e04c commit 9134831

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/views/About.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
}
4343

4444
&__text {
45-
text-align: justify;
46-
text-justify: inter-word;
45+
text-align: left;
4746
margin-bottom: 1rem;
4847
line-height: 1.6;
4948
}

0 commit comments

Comments
 (0)