Page MenuHomePhabricator

Fix overly constricted page widths for large screens
ClosedPublic

Authored by jasonbcox on Aug 14 2020, 21:29.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB497843d778b8: Fix overly constricted page widths for large screens
Summary

On large screens, the page content is unnecessarily restricted such that
viewing large code blocks causes large numbers of line wraps. We can bump up the
content width for large devices without substantially impacting horizontal eye
movement while reading.

Coincidentally, this simplifies the styling for medium-sized devices as well.

Test Plan

make serve
Navigate to various pages and verify everything looks good on small, medium, and large
screen sizes.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable