diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index b07d1aa..6a55dc4 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -44,6 +44,10 @@ article > *:not(.entry-content), @apply list-decimal; } } + + > .wp-block-columns { + @apply !my-24; + } } .wp-singular.page { .site-content { @@ -106,3 +110,11 @@ h3.wp-block-heading:has(+ .wp-block-table) { /* .wp-block-table + h3.wp-block-heading { @apply mt-16; } */ + +/* :where(.is-website-carhop) { + @apply text-primary; +} */ + +:where(.wp-singular.page .entry-content p) { + @apply text-primary; +}