Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Created April 9, 2019 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisgriffith/991e7637fae0f709a05818eb01619027 to your computer and use it in GitHub Desktop.
Save chrisgriffith/991e7637fae0f709a05818eb01619027 to your computer and use it in GitHub Desktop.
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