lbry.com/web/scss/pages/_news.scss
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

13 lines
147 B
SCSS

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