carhop__dynamiques-theme__P.../resources/css/pages/article-exemple.css
Nonimart 3615e23462
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE styling example component on titles varaitions with uppercased titles
2025-10-30 12:06:49 +01:00

19 lines
296 B
CSS

.page--single-articles[data-article-id='6021'] {
.entry-content > h2 {
@apply mt-28;
}
.entry-content h2:first-child {
@apply !mt-0;
}
.variation-examples-on-uppercased-titles {
@apply py-6;
h2,
h3,
h4 {
@apply !py-0 !my-0;
}
}
}