Skip to content

Instantly share code, notes, and snippets.

@TysonJouglet
Last active December 28, 2015 08:39
Show Gist options
  • Save TysonJouglet/7473688 to your computer and use it in GitHub Desktop.
Save TysonJouglet/7473688 to your computer and use it in GitHub Desktop.
@media only screen /* Only smartphones */
and (min-device-width : 320px) /* in portrait or landscape mode */
and (max-device-width : 480px) {
.text-resize-report { /* Report Rows*/
font-size: xx-small;
}
.text-resize-report li.ui-li-divider{ /* Report header*/
font-size: xx-small;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment