11 lines
167 B
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;
|
|
}
|
|
}
|