carhop__dynamiques-theme__P.../resources/css/pages/single-articles.css
Nonimart 5ca8edabd4
All checks were successful
continuous-integration/drone/push Build is passing
STYLE Refining legend aspect
2025-10-23 14:48:25 +02:00

25 lines
352 B
CSS

.page--single-articles {
h1 {
@apply mb-6;
}
li {
@apply mb-1;
}
.carhop-heading {
@apply mt-10;
&__innerblocks {
@apply gap-2 my-0;
}
}
.content-box {
@apply my-12;
}
figure figcaption {
@apply !font-semibold text-primary;
@apply text-base;
line-height: 1.2;
}
}