I am encountering a paragraph overlap issue while using a bootstrap template, specifically on smartphones like iPhone 6 with Safari. Interestingly, the problem does not appear when testing on a browser by shrinking the window size to the minimum. On the phone, the overlap occurs after two lines.
There are no restrictions set for max height in the CSS file. Below is the snippet of CSS code for paragraphs:
.about-grid p {
padding:0 0 0.5em 0;
color: #333;
font-size: 1.1em;
line-height: 1.4em;
font-family: 'Arimo', sans-serif;
}
You can view the complete webpage online here.