Featured Blog Post Centered adjust width

 avatar
Ian
css
2 years ago
407 B
3
Indexable
Never
/*START - increase element's width*/
div.blog-posts__section div.container {
    max-width: 1200px;
}
/*END - increase element's width*/

/*Font style for the title SL */
.blog-posts .blog-posts__block >*{
    font-family: var(--global-secondary-font-family);
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    text-transform: uppercase;
}
/*END - Font style for the title */