Remove bottom margin of :last-child
and not :last-of-type
This commit is contained in:
@ -224,7 +224,7 @@ details {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
:last-of-type {
|
||||
:last-child {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user