small border in between
This commit is contained in:
parent
42961957c5
commit
804953cbd1
1 changed files with 3 additions and 0 deletions
|
@ -385,6 +385,9 @@ ul.posts-list {
|
|||
.posts-list li {
|
||||
list-style: none;
|
||||
}
|
||||
.posts-list li:not(:last-child) {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
.posts-list li a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Reference in a new issue