You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Text taking up the whole screen makes it so much harder to read and process. Honestly even though I can see why you want to integrate the branding with python.org, it kinda sucks that all the UX advantages carefully designed into RTD has to go with it.
This is one of the no-brainer things that the RTD theme gets right. (And, I guess, that python.org still gets horribly wrong)
I'd advocate something like
div.body {
max-width: 60em;
}
body {
max-width: 80em;
}
Text taking up the whole screen makes it so much harder to read and process. Honestly even though I can see why you want to integrate the branding with python.org, it kinda sucks that all the UX advantages carefully designed into RTD has to go with it.
This is one of the no-brainer things that the RTD theme gets right. (And, I guess, that python.org still gets horribly wrong)
I'd advocate something like
Which looks like