carhop__dynamiques-theme__P.../resources/css/pages/article-exemple.css
Nonimart fcab0c8145
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Special styles on article exemple
2025-10-29 14:03:55 +01:00

10 lines
163 B
CSS

.page--single-articles[data-article-id='6021'] {
.entry-content > h2 {
@apply mt-80;
}
.entry-content h2:first-child {
@apply !mt-0;
}
}