Height adjustment needed for 'First-class Progressive Web Apps' column on official ionic-react website

The overlap happens between a screen-width of 769px & 1104px.

Increasing the height to at least 65px should do the trick.

#page-react #vs-react-native .feature h3 {
    height: 65px;
}

:wink: