Following the "Automotive" tag, the "p" tag does not start on a new line but instead appears on the same line as the "h3" tag. The same issue occurs after the phone tag and email tag. This problem is present in Chrome and other browsers, but everything displays correctly in Safari. HTML:
<div id="detailsm">
<h2>Contact Info</h2>
<h3>Automotive</h3>
<p>ccdccdc cascara</p>
<p>here</p>
<p>left 0110</p>
<h3>Phone</h3>
<p>03 022 0221</p>
<p>03 022 8888</p>
<p>03 322 1022</p>
<h3>Email</h3>
<p><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6013010301130301130320070d01090c4e030f0d">[email protected]</a></p>
</div>
CSS:
#detailsm{
padding: 30px 0 0 100px;
}
#detailsm h3{
float: center;
color: #696969;
}