STYLE Adjusting margins for headings in columns and resetting margins for heading sequences
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c3a9957b7e
commit
0c810a75ca
|
|
@ -72,6 +72,9 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
@apply mt-0;
|
||||
}
|
||||
}
|
||||
.wp-block-columns:has(.wp-block-column > h2:first-child, .wp-block-column > h3:first-child) {
|
||||
@apply mt-10;
|
||||
}
|
||||
|
||||
.wp-block-image {
|
||||
img {
|
||||
|
|
@ -119,6 +122,13 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
@apply my-3 p-0;
|
||||
}
|
||||
|
||||
h2 + h3,
|
||||
h3 + h4,
|
||||
h4 + h5,
|
||||
h5 + h6 {
|
||||
@apply mt-0;
|
||||
}
|
||||
|
||||
p,
|
||||
ul.wp-block-list,
|
||||
ol {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user