ds-site/Resources/Private/Sass/layout/pages/_singleBlogPost.scss

11 lines
167 B
SCSS

article.single-blog-post {
padding-top: 0;
> header {
margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
padding-top: $spacer * 2;
}
}