Skip to content

Commit

Permalink
fix: profile land height
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Oct 6, 2023
1 parent 3a678ee commit 30b35df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/profile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.profiles {
position: absolute;
right: 25px;
top: 100px;
top: 80px;
gap: 16px;
display: flex;
flex-direction: column;
Expand All @@ -29,7 +29,7 @@
border-radius: 8px;
background: var(--background600, #29282b);
width: 310px;
max-height: calc(100vh - 12vh - 250px);
max-height: calc(100vh - 12vh - 350px);
}

.title {
Expand Down

0 comments on commit 30b35df

Please sign in to comment.