update
This commit is contained in:
7
app/_components/ArticleList.module.scss
Normal file
7
app/_components/ArticleList.module.scss
Normal file
@ -0,0 +1,7 @@
|
||||
.articles {
|
||||
.article {
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px dashed #000;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user