tweak on post title in editor

This commit is contained in:
Antoine M 2025-02-05 17:18:04 +01:00
parent 3034bb76bd
commit 93b5e820f5

View File

@ -7,4 +7,10 @@
@apply alignfull px-32;
}
}
.wp-block-post-title {
text-transform: unset;
@apply leading-none;
&:before {
content: none;
}
}