We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58293db commit eca5bc6Copy full SHA for eca5bc6
src/core/features/sitehome/pages/index/index.scss
@@ -27,4 +27,11 @@ section.core-course-module-list-wrapper {
27
core-course-module.core-sitehome-news {
28
--card-border-width: var(--ion-card-border-width);
29
--card-radius: var(--ion-card-radius);
30
+ ::ng-deep ion-card {
31
+ padding-top: 4px !important;
32
+ --card-padding-bottom: 4px;
33
+ ion-item {
34
+ --padding-start: 16px;
35
+ }
36
37
}
0 commit comments