fix: profile page fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
{{ CoursesEnrolled(member, read_only) }}
|
||||
{{ CoursesCreated(member, read_only) }}
|
||||
{{ CoursesMentored(member, read_only) }}
|
||||
{{ ProfileTabs(profile_tabs) }}
|
||||
|
||||
Reference in New Issue
Block a user