mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
13 lines
147 B
SCSS
13 lines
147 B
SCSS
.news-items {
|
|
padding-left: 1.5rem;
|
|
}
|
|
|
|
.news-item {
|
|
&:not(:last-of-type) {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
small {
|
|
display: block;
|
|
}
|
|
}
|