12 lines
162 B
CSS
12 lines
162 B
CSS
.listing {
|
|
@apply pl-0;
|
|
}
|
|
|
|
.listing-item {
|
|
@apply overflow-hidden pb-8;
|
|
|
|
&:not(:last-child) {
|
|
@apply border-b border-grey-light mb-8;
|
|
}
|
|
}
|