23 lines
347 B
CSS
23 lines
347 B
CSS
.team-authors {
|
|
@apply max-w-screen-xl px-4 md:px-12 mx-auto py-24;
|
|
|
|
.container {
|
|
@apply px-0;
|
|
}
|
|
|
|
.comity-type {
|
|
@apply pt-12;
|
|
|
|
&__title {
|
|
@apply text-3xl font-medium mb-4 uppercase pb-10;
|
|
}
|
|
|
|
&__list {
|
|
@apply grid md:grid-cols-2 lg:grid-cols-3 gap-8;
|
|
}
|
|
|
|
&__item {
|
|
}
|
|
}
|
|
}
|