Using grid means mis-alignment of grid content with headers

Example scenario: if you use a card component and the header in the card component, and then inside the card content you use a grid component, the left-alignment of the text fails to be on the same (invisible) vertical line because the grid has 5px padding and the ion-col I believe also has padding.

This result is bad typography.

Short of hacking with the css, is there an out-of-the-box feature with ionic 2 to handle this type of situation?