Remove bottom margin from the last paragraph inside details

This commit is contained in:
daudix
2024-07-28 16:31:28 +03:00
parent 302b9d7aa1
commit 50b087e4f9

View File

@ -221,4 +221,8 @@ details {
cursor: pointer; cursor: pointer;
line-height: 1.25; line-height: 1.25;
} }
p:last-of-type {
margin-block-end: 0;
}
} }