I'm surprised nobody mentioned margin-block-start and margin-block-end but they should be used with both elements.
<p style="margin-block-end:0px">Line 1</p> <p style="margin-block-start:0px">Line 2</p>