28 lines
403 B
CSS
28 lines
403 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;
|
|
|
|
h2 {
|
|
@apply !text-neutral-900 font-bold text-3xl;
|
|
}
|
|
header,
|
|
.entry-summary {
|
|
@apply !max-w-full;
|
|
}
|
|
.cta--button {
|
|
@apply mt-6;
|
|
}
|
|
}
|
|
}
|