Skip to content

Commit

Permalink
Fixed the styling on profile details in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP committed Jul 31, 2024
1 parent e0d476d commit bffa64a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions funnel/assets/sass/pages/profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@
}
}

.profile-details {
ul {
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
list-style: none;
}
}

.profile-dropdown-btn {
background-color: $mui-bg-color-primary-dark;
padding: $mui-grid-padding * 0.5 $mui-grid-padding;
Expand Down Expand Up @@ -214,11 +224,8 @@
.profile-details {
padding: 2 * $mui-grid-padding 0 0;
ul {
padding: 0;
display: flex;
flex-direction: row;
gap: 16px;
list-style: none;
flex-direction: row;
}
}
.profile.profile--unverified {
Expand Down

0 comments on commit bffa64a

Please sign in to comment.