Skip to content

Commit eca5bc6

Browse files
committed
MOBILE-4687 sitehome: Align site news
1 parent 58293db commit eca5bc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/features/sitehome/pages/index/index.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@ section.core-course-module-list-wrapper {
2727
core-course-module.core-sitehome-news {
2828
--card-border-width: var(--ion-card-border-width);
2929
--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+
}
3037
}

0 commit comments

Comments
 (0)