I\'ve created a site using the Zurb Foundation 3 grid. Each page has a large h1:
h1
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; } }