UX Guideline: Layout — Container Width. Platform: Web. Description: Content too wide is hard to read. Do: Limit max-width for text content (65-75ch). Don't: Let text span full viewport width. Good Example: max-w-prose or max-w-3xl. Bad Example: Full width paragraphs. Severity: Medium.