Remove bottom margin for any last element inside details

This commit is contained in:
daudix
2024-07-29 21:03:37 +03:00
parent 96966dfb4c
commit ebc26fff3e

View File

@ -222,7 +222,7 @@ details {
line-height: 1.25;
}
p:last-of-type {
:last-of-type {
margin-block-end: 0;
}
}