mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 04:13:44 +03:00
20 lines
203 B
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;
|
||
|
}
|
||
|
}
|
||
|
}
|