The Git tutorials at https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud are practically unreadable due to the excessively narrow column width. A large number of code sample boxes (with console commands) require horizontal scrolling to see the entire code.
The git subtree tutorial is particularly bad. Every code box except for one requires horizonal scrolling.
Folks reading these tutorials are likely to be doing so on a computer, not their phones.
I agree with you @Emile Cormier - looking at those codes would be nice to not scroll them. It is a waste of the time and harder to read.
Seems like changing the CSS width from 100% to 150% on
.g-12-12 {
width: 150%;
}
Fixes the problem..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.