The font size of various items on the glitch site seems to be a fixed value in pixels. This means it's too big to read on my phone screen. I'm using an HTC Desire S running Android 2.3, but I imagine it would be the same on any small screen, as a quick look at the source reveals code such as:
.section h1, .section h2 {font-size: 34px; margin: 20px 0 15px 0; color: #454C50;}
Please can you switch this to use something relative to the browser defaults, such as "font-size: 1.5em" or "font-size: larger" so that it can be read by users on different devices or with accessibility issues?
Thanks.