31 lines
535 B
CSS
31 lines
535 B
CSS
.search-results-page {
|
|
@apply container;
|
|
.section_titling {
|
|
@apply pb-12;
|
|
}
|
|
|
|
&__current-term {
|
|
@apply block;
|
|
}
|
|
|
|
article {
|
|
@apply border-b
|
|
border-neutral-200
|
|
pb-12;
|
|
.post_type_tag {
|
|
@apply bg-secondary-light text-secondary w-fit px-4 py-2 rounded-lg text-sm font-semibold mb-4;
|
|
}
|
|
h2 {
|
|
@apply !text-neutral-900 font-bold text-3xl;
|
|
}
|
|
|
|
header,
|
|
.entry-summary {
|
|
@apply !max-w-full;
|
|
}
|
|
.cta--button {
|
|
@apply mt-6;
|
|
}
|
|
}
|
|
}
|