five-for-the-future/themes/pub/wporg/css/components/_entry-content.scss

20 lines
203 B
SCSS

.entry-content {
hyphens: auto;
word-wrap: break-word;
> p:first-child {
margin-top: 0;
}
[class*="col-"] {
& ~ h1,
& ~ h2,
& ~ h3,
& ~ h4,
& ~ h5,
& ~ h6 {
clear: none;
}
}
}