@media only screen and (min-width: 576px) {
/** add styles here **/
}
@media only screen and (min-width: 768px) {
body {
/* styles go here */
}
p {
/* styles go here */
}
.some-style {
/* styles go here */
}
}
The following is a list of Media Features available