diff --git a/env/build/openedx/themes/community-theme/lms/static/dist/dashboard.css b/env/build/openedx/themes/community-theme/lms/static/dist/dashboard.css index 52f5e308..846fc2d8 100644 --- a/env/build/openedx/themes/community-theme/lms/static/dist/dashboard.css +++ b/env/build/openedx/themes/community-theme/lms/static/dist/dashboard.css @@ -25,3 +25,7 @@ span.course-title{ position: relative; /* Allows you to position the element */ top: -40px; } + +h2.course-name{ + margin-left: 10px; +} \ No newline at end of file