Skip to content

Commit dd28539

Browse files
Muhammad Faraz  MaqsoodFaraz32123
authored andcommitted
feat: apply 2 column format for P&R page widgets
1 parent 2533724 commit dd28539

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/pages-and-resources/pages/PageCard.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
.desktop-card {
2-
width: 19rem;
3-
height: 14rem;
4-
}
5-
1+
.desktop-card,
62
.mobile-card {
73
width: 100%;
84
height: 14rem;

src/pages-and-resources/pages/PageGrid.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const PageGrid = ({ pages, pluginSlotComponent, courseId }) => (
77
<CardGrid columnSizes={{
88
xs: 12,
99
sm: 6,
10-
lg: 4,
11-
xl: 4,
10+
lg: 6,
11+
xl: 6,
1212
}}
1313
>
1414
{pages.map((page) => (

0 commit comments

Comments
 (0)