Remove bottom margin of :last-child and not :last-of-type

This commit is contained in:
daudix
2024-09-06 04:09:24 +03:00
parent 8ab17bcd90
commit 5e26b91955
2 changed files with 2 additions and 1 deletions

View File

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