Jump to content

Recommended Posts

Posted

Tablets and Phones

@media screen and (max-width: 979px) {
	.yourclass { content }
}

Only for Phones

@media screen and (max-width: 767px) {
	.yourclass { content }
}

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...