Comments katiemac00 started the conversationFebruary 25, 2020 at 3:06pmHow 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 Sign in to reply ...
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;
}
}