16 lines
167 B
SCSS
16 lines
167 B
SCSS
![]() |
.markdown {
|
||
|
blockquote.shortcode {
|
||
|
overflow: auto;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
margin-top: 0;
|
||
|
padding-top: 1em;
|
||
|
}
|
||
|
}
|