post-list styling
adjusted margin-bottom for articles in post list
This commit is contained in:
parent
b5ded243c4
commit
e2b4380a2f
1 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
#posts--list article {
|
#posts--list {
|
||||||
margin-bottom: var(--s1);
|
|
||||||
|
& article {
|
||||||
|
margin-bottom: var(--s2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue