Remove bottom margin from the last paragraph inside details
This commit is contained in:
parent
302b9d7aa1
commit
50b087e4f9
@ -221,4 +221,8 @@ details {
|
||||
cursor: pointer;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
p:last-of-type {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user