feat: apply 2 column format for P&R page widgets

This commit is contained in:
Muhammad Faraz Maqsood
2025-07-03 14:15:29 +05:00
committed by Muhammad Faraz Maqsood
parent 2533724203
commit dd2853900b
2 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,4 @@
.desktop-card {
width: 19rem;
height: 14rem;
}
.desktop-card,
.mobile-card {
width: 100%;
height: 14rem;

View File

@@ -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) => (