feat: apply 2 column format for P&R page widgets
This commit is contained in:
committed by
Muhammad Faraz Maqsood
parent
2533724203
commit
dd2853900b
@@ -1,8 +1,4 @@
|
||||
.desktop-card {
|
||||
width: 19rem;
|
||||
height: 14rem;
|
||||
}
|
||||
|
||||
.desktop-card,
|
||||
.mobile-card {
|
||||
width: 100%;
|
||||
height: 14rem;
|
||||
|
||||
@@ -7,8 +7,8 @@ const PageGrid = ({ pages, pluginSlotComponent, courseId }) => (
|
||||
<CardGrid columnSizes={{
|
||||
xs: 12,
|
||||
sm: 6,
|
||||
lg: 4,
|
||||
xl: 4,
|
||||
lg: 6,
|
||||
xl: 6,
|
||||
}}
|
||||
>
|
||||
{pages.map((page) => (
|
||||
|
||||
Reference in New Issue
Block a user