From e9b545c488162f728cbad7b576d96d0a00b38ac5 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 21 Oct 2021 15:58:26 +0530 Subject: [PATCH] fix: empty state --- .../lms/web_template/courses_enrolled/courses_enrolled.html | 4 ++-- community/public/css/style.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/community/lms/web_template/courses_enrolled/courses_enrolled.html b/community/lms/web_template/courses_enrolled/courses_enrolled.html index c09babc1..9290582a 100644 --- a/community/lms/web_template/courses_enrolled/courses_enrolled.html +++ b/community/lms/web_template/courses_enrolled/courses_enrolled.html @@ -19,9 +19,9 @@
You have not enrolled in any course yet.
- + Explore Courses - + {% endif %} diff --git a/community/public/css/style.css b/community/public/css/style.css index 32603464..5798a8d2 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -212,7 +212,6 @@ input[type=checkbox] { .courses-header { margin-bottom: 1.5rem; - padding: 0 1rem; color: var(--text-color); font-weight: 600; font-size: 22px;