From 4053b2b07c3cc19f59bfb1ec2cf662a2ec035c15 Mon Sep 17 00:00:00 2001 From: Ivan Urdenko Date: Wed, 2 Aug 2023 15:59:11 +0200 Subject: [PATCH] alligned course name --- .../themes/community-theme/lms/static/dist/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) 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