diff --git a/lms/public/css/style.css b/lms/public/css/style.css index eca5c053..a331f7f5 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -1480,7 +1480,7 @@ li { .course-overlay-title { font-weight: 700; font-size: var(--text-2xl); - line-height: 1rem; + line-height: 1.5; color: var(--gray-900); margin-bottom: 1.25rem; } diff --git a/lms/www/courses/course.py b/lms/www/courses/course.py index d9404ed5..bf84e83f 100644 --- a/lms/www/courses/course.py +++ b/lms/www/courses/course.py @@ -102,6 +102,7 @@ def set_course_context(context, course_name): "image": course.image, "description": course.short_introduction, "keywords": course.title, + "og:type": "website", }