Compare commits

..

2 Commits

Author SHA1 Message Date
Antoine M
4f7d29f132 STYLE FIX for bullet in editor
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-07 10:03:07 +02:00
Antoine M
d742640de9 STYLE Adding a padding for wp-block-post-title 2025-10-07 10:02:33 +02:00
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 list-inside; @apply list-disc;
} }
} }
ol { ol {
li { li {
@apply list-decimal list-inside; @apply list-decimal;
} }
} }
} }