SyntaxFix
Write A Post
Hire A Developer
Questions
Use CSS media specifiers (that's what they [zurb] use) for responsive styling:
media
@media only screen and (max-width: 767px) { h1 { font-size: 3em; } h2 { font-size: 2em; } }