carhop__dynamiques-theme__P.../resources/css/pages/single-articles.css
Nonimart afb23bdd9d
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Alternates articles pictures
2025-10-23 17:14:17 +02:00

35 lines
536 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;
}
.wp-block-image {
@apply p-3 border border-primary border-solid;
&.rotate-left {
rotate: -0.6deg;
}
&.rotate-right {
rotate: 0.6deg;
}
}
}