diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 835d909f..97ba9dad 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -301,11 +301,11 @@ input[type=checkbox] { } .course-card-wide-title { - font-weight: bold; - font-size: var(--text-3xl); + font-weight: 700; + font-size: var(--text-4xl); line-height: 44px; color: var(--gray-900); - margin: 0.25rem 0; + margin: 0.5rem 0; } .button { @@ -1193,7 +1193,6 @@ pre { padding: 1.25rem; font-size: var(--text-base); color: var(--text-color); - text-align: center; } .breadcrumb-destination { @@ -1253,6 +1252,12 @@ pre { width: 75%; } +@media (max-width: 1250px) { + .reviews-header { + width: 85%; + } +} + @media (max-width: 768px) { .reviews-header { width: 100%; @@ -1432,3 +1437,10 @@ li { line-height: 1.7; } +.course-overlay-title { + font-weight: 700; + font-size: var(--text-2xl); + line-height: 1rem; + color: var(--gray-900); + margin-bottom: 1.25rem; +} diff --git a/lms/www/courses/course.html b/lms/www/courses/course.html index 1702fc5f..5d41ea28 100644 --- a/lms/www/courses/course.html +++ b/lms/www/courses/course.html @@ -97,7 +97,7 @@ {% endif %}