oliverdavies.uk/assets/css/components/listing.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;
}
}