Compare commits

..

No commits in common. "4f7d29f1324a1a3731943aec48998b79d97961b9" and "d54179401c996fbd97f54d6d89f58dcfc58b925c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ li {
@apply font-light; @apply font-light;
line-height: 1.8; line-height: 1.8;
} }
.wp-block-post-title,
.wp-block-heading { .wp-block-heading {
@apply pb-4; @apply pb-4;
} }

View File

@ -33,13 +33,13 @@ article > *:not(.entry-content),
ul:not(.block-editor-block-variation-picker__variations) { ul:not(.block-editor-block-variation-picker__variations) {
li { li {
@apply list-disc; @apply list-disc list-inside;
} }
} }
ol { ol {
li { li {
@apply list-decimal; @apply list-decimal list-inside;
} }
} }
} }