js' blog

Mobile optimization of the blog
Created: 29.09.2013 18:29 UTC

Today, I optimized the blog for mobile devices so that it is possible to read it without scrolling. This also introduces a nicer way to declare code blocks, so that those are still scrollable, but as a block that scrolls instead of the whole page. Previously, those were only <code> tags, but for scrolling, a <div> is needed.

So far, I only tested it with an iPhone 4, but it would be nice if others could test it with different devices and let me know their results.

As usual, the code has been already updated and can be found on the usual place.