homegrade_theme_production/resources/css/components/search-results.css
2023-12-12 14:38:56 +01:00

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;
}
}
}