aboutsummaryrefslogtreecommitdiff
path: root/preamble.tex
AgeCommit message (Collapse)Author
2019-08-01make guides more readable on mobileDaniel Schadt
Sadly, the max width completely fucked the style on mobile devices, as you basically had a single word per line. This made the guides unreadable on any smaller display. The reason for having so much whitespace is to make it easier to read the guide on bigger screens, so that you don't have to go all the way from left to right and you can read at a more comfortable width. Smaller screens don't have this issue in the first place, so we just disable the whitespace there and use the full width of the screen.
2019-07-15split off common elementsDaniel Schadt
this makes it easier to add new guides in the same style without needing to repeat the whole preamble.