STYLE suppression des commentaires pour les styles des titres h1 et h4 dans le bloc content-box
This commit is contained in:
parent
acb306a0f3
commit
c85d4bf050
|
|
@ -45,7 +45,7 @@
|
||||||
/* @apply title-small font-bold; */
|
/* @apply title-small font-bold; */
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.wp-block-heading {
|
/* h1.wp-block-heading {
|
||||||
@apply !text-4xl mb-12;
|
@apply !text-4xl mb-12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
h4.wp-block-heading {
|
h4.wp-block-heading {
|
||||||
@apply !text-2xl uppercase nunito font-medium tracking-widest pb-1;
|
@apply !text-2xl uppercase nunito font-medium tracking-widest pb-1;
|
||||||
}
|
} */
|
||||||
ul + h3,
|
ul + h3,
|
||||||
p + h3 {
|
p + h3 {
|
||||||
@apply mt-12;
|
@apply mt-12;
|
||||||
|
|
@ -86,6 +86,7 @@ main > .content-box:first-child {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.wp-admin.post-type-articles .content-box,
|
||||||
.single-articles .content-box {
|
.single-articles .content-box {
|
||||||
@apply !pt-10 !pb-8;
|
@apply !pt-10 !pb-8;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user