Okay
  Public Ticket #2310673
Recent Posts Title
Closed

Comments

  • katiemac00 started the conversation

    How do I change the line-height on the recent posts titles? I was able to change the font size using 

    @media only screen and (min-width: 768px){
        .blog-recent .col .post-header a, .blog-recent .col .post-header h3 a {
        font-size: 23px;
    }
    }


  •   Andrew replied privately