mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
"Smaller screens" means screens smaller than 820px wide. That's the smallest width that the current design looks good at. I tried to not change the current design in any way and to make as few changes as possible. This is what happens on smaller screens: - The navigation bar is no longer fixed to the viewport, but always at the top of the page. - The navigation bar is vertical rather than horizontal. - CoffeeScript code is above the compiled JavaScript rather than having them side by side. This allows for a larger text size, which is more compfortable to read, and no horizontal scrolling, which many find difficult to use.