Featured Blog Post Centered adjust width
Ian
css
3 years ago
407 B
9
Indexable
/*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 */Editor is loading...