Hi,
How do we reduced the space between the paragraph in PianoForte template?
It's like double space.
Just like the demo, you will see a double space between the paragraphs
Thanks
p {
margin-bottom: 16px;
}
p {
margin-bottom: 16px !important;
}
<p style="margin-bottom: 5px">
The server at ersenvironmental.com is taking too long to respond.
<p style="margin-bottom: 5px"> Your paragraph text goes here </p>
p {
margin-bottom: 16px !important;
}