I am experiencing an issue with my website. I have a content container where I display photos on the left and product descriptions on the right side. The layout appears correctly in Chrome but not in Mozilla Firefox. I'm unsure of what may be causing this discrepancy. Can anyone offer assistance?
Check out the code snippet here.
<div class="product-photos">
<img src="images/product.png" class="product" alt="product">
<img src="images/product-min.png" alt="product-min"/>
<img src="images/product-min.png" alt="product-min" style="margin-left: 26px;"/>
<img src="images/product-min.png" alt="product-min" style="float:right;"/>
</div>
<div class="about-prod">
<div class="product-info">
<span class="title"> Product Information: </span>
<p class="info-details">Manufacturer: <span class="info-details">KUBOLEK</span><br>
Product Code: <span class="info-details">KUB/123/OL/3/K</span><br>
Availability: <span class="info-details dost">available</span></p>
</div>