lbry.com/web/scss/pages/_news.scss
2020-03-11 12:17:23 -04:00

9 lines
106 B
SCSS

.news-item {
&:not(:last-of-type) {
margin-bottom: 1.5rem;
}
small {
display: block;
}
}