25 lines
352 B
CSS
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;
|
|
}
|
|
}
|