Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Created April 9, 2019 20:16
Embed
What would you like to do?
Ionic Design
.card-content-md {
padding-inline-start: 0;
padding-inline-end: 0;
}
.card-content-ios {
-webkit-padding-start: 0 !important;
padding-inline-start: 0 !important;
-webkit-padding-end: 0 !important;
padding-inline-end: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment