refining few apparence details in editor

This commit is contained in:
Antoine M 2023-11-10 10:32:56 +01:00
parent dcdd3cb0f4
commit 63d861491a
2 changed files with 25 additions and 0 deletions

View File

@ -77,6 +77,9 @@ article > *:not(.entry-content, .chapter-header-block),
h4 {
@apply font-bold text-xl mt-6 mb-3;
}
h5 {
@apply font-bold text-lg mt-6 mb-3;
}
p {
@apply my-3 p-0;

View File

@ -68,3 +68,25 @@ ul li:before {
margin-top: 9px;
@apply bg-secondary;
}
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl mt-16 mb-8;
}
h3 {
@apply font-bold text-2xl mt-16 mb-4;
}
h4 {
@apply font-bold text-xl mt-6 mb-3;
}
h5 {
@apply font-bold text-lg mt-6 mb-3;
}
p {
@apply my-3 p-0;
}