fix: profile page fixes

This commit is contained in:
Jannat Patel
2022-03-31 18:03:11 +05:30
parent b4eda0e7cd
commit 0523f701c2
2 changed files with 1 additions and 3 deletions

View File

@@ -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 {

View File

@@ -19,7 +19,6 @@
</div>
</div>
<div class="container">
{{ CoursesEnrolled(member, read_only) }}
{{ CoursesCreated(member, read_only) }}
{{ CoursesMentored(member, read_only) }}
{{ ProfileTabs(profile_tabs) }}