mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-29 16:31:31 +00:00
9 lines
106 B
SCSS
9 lines
106 B
SCSS
.news-item {
|
|
&:not(:last-of-type) {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
small {
|
|
display: block;
|
|
}
|
|
}
|