Hide Navigation And Post Content

Hide Navigation And Post Content

In an effort to keep portrait phones from scrolling for days, I set the navigation and post content as hidden. JavaScript (jQuery to be precise) turns the headings into clickable objects that toggle their respective contents' visibility.

It's not the best way to do it (actually a little backwards), as some people do have JavaScript disabled. Alas, I didn't figure out how to call a JavaScript function by CSS media queries.

This will have to do, for now.