lbry.com/web/scss/pages/_news.scss
2020-03-10 16:45:37 -04:00

9 lines
106 B
SCSS

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