diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 946bbca9..f56cd446 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -677,7 +677,7 @@ input[type=checkbox] { font-size: var(--text-sm); display: flex; flex-direction: column; - margin-bottom: 4rem; + margin-bottom: 3rem; padding-left: 200px; padding-right: 1rem; box-shadow: var(--shadow-sm); @@ -1359,7 +1359,6 @@ pre { .profile-page-body { background-color: var(--gray-50); - padding: 2.5rem 0; } .profile-column-grid { diff --git a/lms/www/profiles/profile.html b/lms/www/profiles/profile.html index 97d96288..7038e7c8 100644 --- a/lms/www/profiles/profile.html +++ b/lms/www/profiles/profile.html @@ -19,7 +19,6 @@
- {{ CoursesEnrolled(member, read_only) }} {{ CoursesCreated(member, read_only) }} {{ CoursesMentored(member, read_only) }} {{ ProfileTabs(profile_tabs) }}