19 lines
296 B
CSS
19 lines
296 B
CSS
.page--single-articles[data-article-id='6021'] {
|
|
.entry-content > h2 {
|
|
@apply mt-28;
|
|
}
|
|
|
|
.entry-content h2:first-child {
|
|
@apply !mt-0;
|
|
}
|
|
|
|
.variation-examples-on-uppercased-titles {
|
|
@apply py-6;
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
@apply !py-0 !my-0;
|
|
}
|
|
}
|
|
}
|