12 lines
229 B
CSS
12 lines
229 B
CSS
.suggested-publications {
|
|
.section_titling__title {
|
|
@apply text-secondary;
|
|
}
|
|
.publications-grid__title {
|
|
@apply text-neutral-900;
|
|
}
|
|
#brochures-rows .publications-grid__row {
|
|
@apply gap-x-2;
|
|
}
|
|
}
|