fix: Adjust paragraph margin when followed by list

This commit is contained in:
kangfenmao 2025-02-17 23:08:17 +08:00
parent 4821756301
commit bc77c423b3

View File

@ -64,6 +64,10 @@
&:first-child {
margin-top: 0;
}
&:has(+ ul) {
margin-bottom: 0;
}
}
ul {