Skip to content

Commit 80efabe

Browse files
committed
add styles for adapted pages for mobile version
1 parent 780077d commit 80efabe

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

projects/social_platform/src/app/office/program/detail/list/list.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
flex-grow: 1;
2020
gap: 20px;
2121
width: 100%;
22+
padding: 0 10px;
2223
margin-top: 12px;
23-
padding: 0px 10px;
24-
24+
2525
@include responsive.apply-desktop {
26-
padding: 0px;
26+
padding: 0;
2727
}
2828
}
2929

projects/social_platform/src/app/office/program/detail/list/projects-filter/projects-filter.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
display: flex;
3434
flex-direction: column;
3535
margin-bottom: 8px;
36-
36+
3737
@include responsive.apply-desktop {
38-
margin-bottom: 0px;
38+
margin-bottom: 0;
3939
}
4040
}
4141

projects/social_platform/src/app/office/program/shared/rating-card/rating-card.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
display: grid;
88
grid-template-columns: 1fr;
99
gap: 20px;
10-
10+
1111
@include responsive.apply-desktop {
1212
grid-template-columns: 5fr 3fr;
1313
}
@@ -30,7 +30,7 @@
3030
gap: 10px;
3131
align-items: center;
3232
width: 100%;
33-
33+
3434
@include responsive.apply-desktop {
3535
gap: 20px;
3636
}
@@ -90,7 +90,7 @@
9090
gap: 5px;
9191
align-items: center;
9292
margin-top: 6px;
93-
93+
9494
@include responsive.apply-desktop {
9595
margin: 0;
9696
}

0 commit comments

Comments
 (0)