Okay
  Public Ticket #2828627
Font Size on Mobile
Closed

Comments

  • bryanferre started the conversation

    This site is in staging. I am trying to use an H4 headline with a really large font. It is not responding to the mobile view. Is there a way for me to adjust it for mobile?

  •  1,878
    Judith replied

    Hi There,

    Thanks for reaching out to us.

    Please try this css:

    @media only screen and (max-width: 690px){
    .row .col h4, body h4 {
        font-size: 52.5px;
        line-height: 51.2px;
    } }

    Thanks.