2012-10-30

allen: extras (extras)
[personal profile] allen2012-10-30 08:48 pm

(slightly) responsive reading page

Can I just say how much nicer my reading page is on my iPhone after I put this custom CSS in? (Using Blue for Skittlish Dreams, but the basic strategy would work for probably any style.)


@media screen and (max-device-width: 480px) {
.module-wrapper {
display: none;
}
.two-columns-left #wrap {
padding-left: 0em;
padding-right: 0px;
padding-top: 0px;
}

#content {
font-size: 130%;
}

}