Skip to content

Commit

Permalink
Fix/ Profile page mobile view (#2185)
Browse files Browse the repository at this point in the history
update profile page styles for mobile responsiveness
  • Loading branch information
xkopenreview authored Nov 20, 2024
1 parent b9d3531 commit 798830a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/pages/profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ main.profile {
width: calc(100% + 100px);
left: -50px;

@media #{constants.$phone-only} {
left: 0;
width: 100%;
}

header {
margin-top: 0.75rem;
margin-bottom: 1.75rem;
Expand Down

0 comments on commit 798830a

Please sign in to comment.