![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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%;
}
}