angular/aio/content
George Kalpakas 304a32b655 fix(docs-infra): limit max content width on "Contributors" and "Cheat sheet" pages (#41051)
Previously, the content width on the "Contributors" page (`/about`) and
the "Cheat sheet" guide (`/guide/cheatsheet`) was unlimited (i.e. the
content would take up all the available space horizontally). This was
not very ergonomic on large screens. Especially on the "Cheat sheet"
guide there was a lot of unnecessary whitespace between the code shown
on the left column and the description shown on the right column.

This commit fixes this by setting a max content width for both pages of
84em (1404px by default). This keeps the content at a more manageable
width and avoids unnecessary whitespace.

Before (contributors): ![contributors page on 2500px before][1]
Before (cheatsheet): ![cheatsheet on 2500px before][2]
After (contributors): ![contributors page on 2500px after][3]
After (cheatsheet): ![cheatsheet on 2500px after][4]

[1]: https://user-images.githubusercontent.com/8604205/109394323-1bb1e800-792f-11eb-9cd6-c5b83e5ae921.png
[2]: https://user-images.githubusercontent.com/8604205/109394329-1fde0580-792f-11eb-91c0-4ed7ad408b17.png
[3]: https://user-images.githubusercontent.com/8604205/109394319-181e6100-792f-11eb-9463-a281dfe80448.png
[4]: https://user-images.githubusercontent.com/8604205/109394330-210f3280-792f-11eb-9837-ddc7a8d01d19.png

PR Close #41051
2021-03-09 08:52:51 -08:00
..
cli docs: update boolean and enumerated CLI section (#40224) 2020-12-23 09:51:29 -08:00
cli-src build(docs-infra): make the git ref for cli command docs configurable (#26391) 2018-10-11 12:57:49 -07:00
errors fix(docs-infra): use relative URLs for internal links on error pages (#40881) 2021-02-19 09:14:59 -08:00
examples docs: fix some typos in angular.io examples (#41093) 2021-03-05 15:08:11 -08:00
guide fix(docs-infra): limit max content width on "Contributors" and "Cheat sheet" pages (#41051) 2021-03-09 08:52:51 -08:00
images docs: remove augury resource (#41107) 2021-03-08 10:00:13 -08:00
marketing fix(docs-infra): limit max content width on "Contributors" and "Cheat sheet" pages (#41051) 2021-03-09 08:52:51 -08:00
start docs: remove unnecessary <hr /> tags in Getting Started sections (#40693) 2021-02-16 08:00:42 -08:00
tutorial docs: improve accessibility of toh2 example (#40575) 2021-02-23 10:41:05 -08:00
file-not-found.md fix(docs-infra): do not create an anchor for the file-not-found header (#27250) 2018-12-05 13:26:26 -08:00
license.md docs: update year (#40925) 2021-02-22 12:37:40 -08:00
navigation.json docs: improve accessibility of toh-pt5 example (#40632) 2021-02-23 10:39:13 -08:00