Skip to content

Commit

Permalink
Minor styling fixes for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ShacharHarshuv committed Feb 10, 2022
1 parent 18ffe53 commit 019a5ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/style/overrides/ion-card.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
@use 'main' as *;

ion-card {
&.ios {
margin: 8px 8px;
}
}

ion-card-title {
&.ios {
font-size: 22px;
}
}

ion-card-content {
&.ios {
font-size: 14px;
}
}

0 comments on commit 019a5ec

Please sign in to comment.