Center <ion-card> in <ion-grid> column

Found the solution here:

With:

ion-card {
      margin: 0 auto !important;
}