Compare commits

..

3 Commits

Author SHA1 Message Date
Antoine M
b423a32073 STYLE ajout de la classe audio-player__details__caption avec des styles associés
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-30 11:01:35 +01:00
Antoine M
c85d4bf050 STYLE suppression des commentaires pour les styles des titres h1 et h4 dans le bloc content-box 2025-10-30 11:01:16 +01:00
Antoine M
acb306a0f3 STYLE ajout de la propriété line-height pour les titres h3 dans le bloc de contenu 2025-10-30 11:01:01 +01:00
3 changed files with 7 additions and 2 deletions

View File

@ -2,5 +2,8 @@
.audio-player__details__label {
@apply text-sm text-gray-700 font-bold;
}
.audio-player__details__caption {
@apply !text-base !text-carhop-gray !font-normal;
}
@apply my-6;
}

View File

@ -45,7 +45,7 @@
/* @apply title-small font-bold; */
}
h1.wp-block-heading {
/* h1.wp-block-heading {
@apply !text-4xl mb-12;
}
@ -54,7 +54,7 @@
}
h4.wp-block-heading {
@apply !text-2xl uppercase nunito font-medium tracking-widest pb-1;
}
} */
ul + h3,
p + h3 {
@apply mt-12;
@ -86,6 +86,7 @@ main > .content-box:first-child {
}
}
body.wp-admin.post-type-articles .content-box,
.single-articles .content-box {
@apply !pt-10 !pb-8;

View File

@ -15,6 +15,7 @@ article > *:not(.entry-content),
h3 {
@apply text-lg;
line-height: 1.25;
}
p,