From b4cc0c6807b83e06da3a0cf93b21ccf028b1380f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 7 May 2024 19:03:27 +0530 Subject: [PATCH] fix: certified participants page mobile layout --- frontend/src/components/BatchCourses.vue | 15 ++++++---- frontend/src/components/BatchStudents.vue | 13 ++++++--- frontend/src/pages/Batch.vue | 2 +- frontend/src/pages/CertifiedParticipants.vue | 30 ++++++++++---------- frontend/src/pages/ProfileCertificates.vue | 8 ++---- lms/lms/api.py | 11 +++++++ lms/lms/utils.py | 6 ++-- lms/www/lms.py | 2 +- 8 files changed, 53 insertions(+), 34 deletions(-) diff --git a/frontend/src/components/BatchCourses.vue b/frontend/src/components/BatchCourses.vue index 241c5ae9..7d644eb8 100644 --- a/frontend/src/components/BatchCourses.vue +++ b/frontend/src/components/BatchCourses.vue @@ -19,7 +19,7 @@