Remove bottom margin from the last paragraph inside details
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user