fix: Adjust paragraph margin when followed by list
This commit is contained in:
parent
4821756301
commit
bc77c423b3
@ -64,6 +64,10 @@
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:has(+ ul) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user