Change the size of a headline for mobile devices

I want to change the size of my headlines on one page so they are not so big when viewing on a mobile screen.

if you visit http://site1.cheyenneairport.com/contact
When in mobile view the names and tiles are much bigger than I would like.

Hello There,

Thanks for writing in!

You are having this issue because of your custom css:

@media screen and (max-width:767px){
  h1{
    font-size:2.7em !important;
  }
} 

Please remove this css block and check your site again.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.